mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix typo
llvm-svn: 190492
This commit is contained in:
parent
d35880d234
commit
85d68da178
@ -549,7 +549,7 @@ coordinates into polar when reading YAML.
|
|||||||
};
|
};
|
||||||
|
|
||||||
When writing YAML, the local variable "keys" will be a stack allocated
|
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
|
initializes it x and y fields. The mapRequired() methods then write out the x
|
||||||
and y values as key/value pairs.
|
and y values as key/value pairs.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user