From fd33c7d42e996da0a03aff76ac29e9fdbc09f588 Mon Sep 17 00:00:00 2001 From: yosuke ota Date: Wed, 8 Nov 2023 22:01:13 +0900 Subject: [PATCH] chore: fix typo in doc --- docs/AST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AST.md b/docs/AST.md index b3e92bd..39b9e04 100644 --- a/docs/AST.md +++ b/docs/AST.md @@ -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