Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190492 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rui314 committed Sep 11, 2013
1 parent 11250c1 commit fd53214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/YamlIO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ coordinates into polar when reading YAML.
};

When writing YAML, the local variable "keys" will be a stack allocated
instance of NormalizedPolar, constructed from the suppled polar object which
instance of NormalizedPolar, constructed from the supplied polar object which
initializes it x and y fields. The mapRequired() methods then write out the x
and y values as key/value pairs.

Expand Down

0 comments on commit fd53214

Please sign in to comment.