We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db3636f + e477dbb commit 811c697Copy full SHA for 811c697
src/macros/dsl.md
@@ -6,7 +6,7 @@ like a small language. This allows you to define concise or intuitive syntax for
6
some special functionality (within bounds).
7
8
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.
+an expression and have the output printed to console.
10
11
```rust,editable
12
macro_rules! calculate {
0 commit comments