Skip to content

Commit 5096e87

Browse files
committed
[algorithms.requirements] Add hyphen for non-copied
1 parent 51cad17 commit 5096e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/algorithms.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
Unless otherwise specified, algorithms that take function objects as arguments
209209
can copy those function objects freely.
210210
If object identity is important,
211-
a wrapper class that points to a noncopied implementation object
211+
a wrapper class that points to a non-copied implementation object
212212
such as \tcode{reference_wrapper<T>}\iref{refwrap}, or some equivalent solution,
213213
can be used.
214214
\end{note}

0 commit comments

Comments
 (0)