summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2022-09-14 08:54:37 +0200
committerJens Geyer <jensg@apache.org>2022-09-14 08:55:10 +0200
commit0d77664aa1e40c7abd641846e95341d6346466ae (patch)
tree3ecbe26fb7d81745386a32cfbd2e234ccd4967ef /doc
parentdfb6c6bca659934fe0b62002f814681470af2e37 (diff)
downloadthrift-0d77664aa1e40c7abd641846e95341d6346466ae.tar.gz
follow-up for THRIFT-5627 to fix IDL doc accordingly
Patch: Jens Geyer
Diffstat (limited to 'doc')
-rw-r--r--doc/specs/idl.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/specs/idl.md b/doc/specs/idl.md
index 9798ab6a7..456b777d6 100644
--- a/doc/specs/idl.md
+++ b/doc/specs/idl.md
@@ -166,7 +166,7 @@ N.B.: These have some internal purpose at Facebook but serve no current purpose
[28] SetType ::= 'set' CppType? '<' FieldType '>'
- [29] ListType ::= 'list' '<' FieldType '>' CppType?
+ [29] ListType ::= 'list' CppType? '<' FieldType '>'
[30] CppType ::= 'cpp_type' Literal