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 docs/guide/notation/modifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ For example:
When outputting the roll, the kept rolls aren't modified, but the dropped rolls are given the "d" flag:

```javascript
6d8k3: [3d, 6, 7, 2d, 5, 4d] = 9
6d8k3: [3d, 6, 7, 2d, 5, 4d] = 18
```

::: roller 6d8k3 :::
Expand Down
Loading