Skip to content

Commit 6e074cf

Browse files
author
Ben Stern
committed
fix minus AGAIN
1 parent 4c86af7 commit 6e074cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ let roll_set: RollSet = "3d6".parse().unwrap();
120120
```
121121

122122
`RollSet`s can contain any combinations of valid `Dice` and whole numbers,
123-
joined by `+` or `-` (or ™). These combinations can also be multiplied
123+
joined by `+` or `-` (or −). These combinations can also be multiplied
124124
by floating-point numbers, using `*` (or `x` or `X` or ×).
125125

126126
```rust

0 commit comments

Comments
 (0)