From 0d77664aa1e40c7abd641846e95341d6346466ae Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Wed, 14 Sep 2022 08:54:37 +0200 Subject: follow-up for THRIFT-5627 to fix IDL doc accordingly Patch: Jens Geyer --- doc/specs/idl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1