Skip to content

Commit e477dbb

Browse files
Fix typo in dsl.md
1 parent db3636f commit e477dbb

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)