mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190492 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
11250c1194
commit
fd53214b58
@ -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