diff --git a/include/flatbuffers/idl.h b/include/flatbuffers/idl.h index ef5bf1222..1be079536 100644 --- a/include/flatbuffers/idl.h +++ b/include/flatbuffers/idl.h @@ -72,8 +72,8 @@ namespace flatbuffers { // - Go type. // - C# / .Net type. // - Python type. -// - Rust type. // - Kotlin type. +// - Rust type. // using these macros, we can now write code dealing with types just once, e.g.