You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,15 +24,15 @@ Documentation and associated papers are licensed with the Creative Commons Attri
24
24
25
25
The intent is that the source and documentation are available for use by people implementing their iterator types.
26
26
27
-
The README itself is licesed with CC0 1.0 Universal. Copy the contents and incorporate in your own work as you see fit.
27
+
The README itself is licensed with CC0 1.0 Universal. Copy the contents and incorporate in your own work as you see fit.
28
28
29
29
// SPDX-License-Identifier: CC0-1.0
30
30
31
31
## Examples
32
32
33
-
Full runable examples can be found in `examples/` - please check [./examples/README.md](./examples/README.md) for building the code on local setup or on Compiler Explorer.
33
+
Full runnable examples can be found in `examples/` - please check [examples/README.md](./examples/README.md) for building the code on local setup or on Compiler Explorer.
34
34
35
-
### Repetead Chars Iterator
35
+
### Repeated Chars Iterator
36
36
37
37
The next code snippet shows iterator interface support added in [`std::iterator_interface` (P2727R)](https://wg21.link/P2727R4): define a random access iterator that iterates over a sequence of characters repeated indefinitely.
38
38
@@ -150,7 +150,7 @@ apt-get install \
150
150
151
151
### Instructions
152
152
153
-
#### Preset CMake Flows
153
+
#### Preset CMake Workflows
154
154
155
155
This project strives to be as normal and simple a CMake project as possible. This build workflow in particular will
156
156
work, producing a static `beman.iterator_interface` library, ready to package:
0 commit comments