summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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