minor formatting fix

This commit is contained in:
ruby0x1
2021-04-08 22:22:34 -07:00
parent d650b60c25
commit 46b06f0620

View File

@ -90,9 +90,9 @@ class Example {}
They can be: They can be:
- a #key on it's own - a `#key` on it's own
- a #key = value - a `#key = value`
- a #group(with, multiple = true, keys = "value") - a `#group(with, multiple = true, keys = "value")`
**Example** **Example**