Skip to content

Commit

Permalink
typo: instantitate -> instantiate (#5251)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and sarangan12 committed Feb 22, 2019
1 parent d4efa60 commit a1ee96b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ directive:
return $.
replace( /(The comma-separated list of fields to retrieve. If unspecified,) only the key field will be included in the results./g, "$1 all fields marked as retrievable in the schema are included." )
####
# Make SuggestResult and DocumentSuggestResult generic so we can tell the deserializer what type to instantitate.
# Make SuggestResult and DocumentSuggestResult generic so we can tell the deserializer what type to instantiate.
# For SuggestResult, this means we also have to replace AdditionalProperties with a property of the generic type.
- from: source-file-csharp
where: $
Expand Down

0 comments on commit a1ee96b

Please sign in to comment.