From fd53214b589603d98329ab4ba80ec66619569060 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Wed, 11 Sep 2013 05:22:01 +0000 Subject: Fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190492 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/YamlIO.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/YamlIO.rst') diff --git a/docs/YamlIO.rst b/docs/YamlIO.rst index 8e7afba51d..59a48ba951 100644 --- a/docs/YamlIO.rst +++ b/docs/YamlIO.rst @@ -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. -- cgit v1.2.3