Skip to content

Commit f8eaa00

Browse files
author
Andrew Johnson
committed
Fix typos
1 parent f6ab8c7 commit f8eaa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

designs/0004-vector_unary_functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The proposed changes introduce a framework for extending unary vector functions
1111
# Motivation
1212
[motivation]: #motivation
1313

14-
Currently, for a function to work with these different vector types (and containers of these vectors types), a different specialisation is required for each. This results in a large amount of code duplication and additional maintenance burden. By implementing a general framework, rather than individual specialisations, the function only needs to be defined once for it to work with all vector types (as well as containers of these vector types).
14+
Currently, for a function to work with these different vector types (and containers of these vector types), a different specialisation is required for each. This results in a large amount of code duplication and additional maintenance burden. By implementing a general framework, rather than individual specialisations, the function only needs to be defined once for it to work with all vector types (as well as containers of these vector types).
1515

1616
# Guide-level explanation
1717
[guide-level-explanation]: #guide-level-explanation

0 commit comments

Comments
 (0)