Skip to content

Commit 811c697

Browse files
authored
Merge pull request #1187 from konstankinollc/master
Fix typo in dsl.md
2 parents db3636f + e477dbb commit 811c697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros/dsl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ like a small language. This allows you to define concise or intuitive syntax for
66
some special functionality (within bounds).
77

88
Suppose that I want to define a little calculator API. I would like to supply
9-
an expression an have the output printed to console.
9+
an expression and have the output printed to console.
1010

1111
```rust,editable
1212
macro_rules! calculate {

0 commit comments

Comments
 (0)