Skip to content

Commit e854abf

Browse files
authored
Fix spelling mistakes. (#37)
1 parent 6457dab commit e854abf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SPDX-License-Identifier: 2.0 license with LLVM exceptions
33
-->
44

5-
# beman.iterator\_interface: iterator creation mechanisms
5+
# beman.iterator_interface: iterator creation mechanisms
66

77
<!-- markdownlint-disable -->
88
<img src="https://github.com/bemanproject/beman/blob/main/images/logos/beman_logo-beman_library_under_development.png" style="width:5%; height:auto;"> ![CI Tests](https://github.com/bemanproject/iterator_interface/actions/workflows/ci.yml/badge.svg)
@@ -24,15 +24,15 @@ Documentation and associated papers are licensed with the Creative Commons Attri
2424

2525
The intent is that the source and documentation are available for use by people implementing their iterator types.
2626

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.
2828

2929
// SPDX-License-Identifier: CC0-1.0
3030

3131
## Examples
3232

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.
3434

35-
### Repetead Chars Iterator
35+
### Repeated Chars Iterator
3636

3737
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.
3838

@@ -150,7 +150,7 @@ apt-get install \
150150

151151
### Instructions
152152

153-
#### Preset CMake Flows
153+
#### Preset CMake Workflows
154154

155155
This project strives to be as normal and simple a CMake project as possible. This build workflow in particular will
156156
work, producing a static `beman.iterator_interface` library, ready to package:

0 commit comments

Comments
 (0)