Skip to content

Commit e041be4

Browse files
authored
Merge pull request #68 from serverdingo/patch-1
Fixed wording in "Modifiers with compare points" example
2 parents 70df47d + 001dbb7 commit e041be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/notation/modifiers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ You can work around this by specifying the Target compare point first:
452452

453453
```javascript
454454
2d6>3! // explode on a roll of 6, greater than 3 is a success
455-
2d6>3!<4 // explode on any roll greater than 4, greater than 3 is a success
455+
2d6>3!<4 // explode on any roll less than 4, greater than 3 is a success
456456
```
457457
:::
458458

0 commit comments

Comments
 (0)