Skip to content

Commit

Permalink
Fixes #908 - Using lower case "d" for dictionary for a consistent dec…
Browse files Browse the repository at this point in the history
…laration of types. (#930)

Signed-off-by: Simon Pizonka <[email protected]>
  • Loading branch information
Ebolon authored and aedelmann committed May 8, 2018
1 parent 5b81c4d commit 62ea488
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ComplexPrimitivePropertyType:
;

DictionaryPropertyType:
{DictionaryPropertyType} 'Dictionary' ('[' keyType = PropertyType ',' valueType = PropertyType ']')?
{DictionaryPropertyType} 'dictionary' ('[' keyType = PropertyType ',' valueType = PropertyType ']')?
;

enum PrimitiveType: string = 'string' | int = 'int' | float = 'float' | boolean = 'boolean' | datetime = 'dateTime' | double = 'double' | long = 'long' | short = 'short' | base64Binary ='base64Binary' | byte = 'byte';
Expand Down

0 comments on commit 62ea488

Please sign in to comment.