Merge pull request #829 from asuessenbach/typo

Fixed a typo in functions enumerating chained structures.
This commit is contained in:
Andreas Süßenbach 2020-11-17 13:42:52 +01:00 committed by GitHub
commit ee2adb61b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3729,7 +3729,7 @@ std::string
{ "nodiscard", nodiscard },
{ "secondCallArguments",
constructCallArgumentsEnhanced( commandData.handle, commandData.params, false, INVALID_INDEX ) },
{ "structureChainAllocator", withAllocator ? ( ", structureChainAllocator" ) : "" },
{ "structureChainAllocator", withAllocator ? ( "( structureChainAllocator )" ) : "" },
{ "typenameCheck", typenameCheck },
{ "vectorElementType", vectorElementType },
{ "vectorName", vectorName },