commit | 0d77664aa1e40c7abd641846e95341d6346466ae | [log] [tgz] |
---|---|---|
author | Jens Geyer <jensg@apache.org> | Wed Sep 14 08:54:37 2022 +0200 |
committer | Jens Geyer <jensg@apache.org> | Wed Sep 14 08:55:10 2022 +0200 |
tree | 3ecbe26fb7d81745386a32cfbd2e234ccd4967ef | |
parent | dfb6c6bca659934fe0b62002f814681470af2e37 [diff] |
follow-up for THRIFT-5627 to fix IDL doc accordingly Patch: Jens Geyer
diff --git a/doc/specs/idl.md b/doc/specs/idl.md index 9798ab6..456b777 100644 --- a/doc/specs/idl.md +++ b/doc/specs/idl.md
@@ -166,7 +166,7 @@ [28] SetType ::= 'set' CppType? '<' FieldType '>' - [29] ListType ::= 'list' '<' FieldType '>' CppType? + [29] ListType ::= 'list' CppType? '<' FieldType '>' [30] CppType ::= 'cpp_type' Literal