Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/macros/dsl.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ like a small language. This allows you to define concise or intuitive syntax for
some special functionality (within bounds).

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

```rust,editable
macro_rules! calculate {
Expand Down