diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-02-20 15:03:31 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-09-11 09:30:53 -0400 |
commit | e7528947a4fc1dcb45ae43121bed17e042cbefea (patch) | |
tree | 634ce8d7a4b8151b59024d16455e1b8ca5d43056 /core | |
parent | ee179645f757e8ba509c0707f431975b8f085554 (diff) | |
download | tame-e7528947a4fc1dcb45ae43121bed17e042cbefea.tar.gz tame-e7528947a4fc1dcb45ae43121bed17e042cbefea.tar.bz2 tame-e7528947a4fc1dcb45ae43121bed17e042cbefea.zip |
_classify-scalar_: Fix misspelled {yeilds=>yields}
* vector/cmatch.xml (_classify-scalar_): Typo fix {yeilds=>yields}.
Diffstat (limited to 'core')
-rw-r--r-- | core/vector/cmatch.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/vector/cmatch.xml b/core/vector/cmatch.xml index b732215..ff7c961 100644 --- a/core/vector/cmatch.xml +++ b/core/vector/cmatch.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> <!-- - Copyright (C) 2015 R-T Specialty, LLC. + Copyright (C) 2015, 2018 R-T Specialty, LLC. This file is part of tame-core. @@ -134,8 +134,8 @@ <classify as="--{@as@}-pre" - yeilds="__{@yields@}Pre" - desc="(Generated for forcing of {@as@}}"> + yields="__{@yields@}Pre" + desc="{@desc@}, pre-scalar"> <param-copy name="@values@" /> </classify> |