Skip to content

Commit

Permalink
chore: fix typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 8, 2023
1 parent e0f8378 commit fd33c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/AST.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Literal strings'''
```

- `style` ... If `"basic"`, the value was defined as (multi-line) basic string. If `"literal"`, the value was defined as (multi-line) literal string.
- `multiline` ... If `"basic"`, the value was defined as multi-line basic string or multi-line literal string.
- `multiline` ... If `true`, the value was defined as multi-line basic string or multi-line literal string.

#### TOMLIntegerValue

Expand Down

0 comments on commit fd33c7d

Please sign in to comment.