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.
1 parent 4c86af7 commit 6e074cfCopy full SHA for 6e074cf
README.md
@@ -120,7 +120,7 @@ let roll_set: RollSet = "3d6".parse().unwrap();
120
```
121
122
`RollSet`s can contain any combinations of valid `Dice` and whole numbers,
123
-joined by `+` or `-` (or ™). These combinations can also be multiplied
+joined by `+` or `-` (or −). These combinations can also be multiplied
124
by floating-point numbers, using `*` (or `x` or `X` or ×).
125
126
```rust
0 commit comments