diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-03 22:48:40 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:19:31 +0200 |
commit | 71063dc7d32f94d7243d52d865a4a07712920ea2 (patch) | |
tree | f43c9c201a0fb4520b57d631f9a1ee08f3a32eb8 /testdata/integration/user_defined_syntax/math.osml | |
parent | 873325de938562033aef367b18985b4bc0d61d17 (diff) |
Cosmetic change: Rename lowerLimits and upperLimits to lowerLimit and upperLimit
Diffstat (limited to 'testdata/integration/user_defined_syntax/math.osml')
-rw-r--r-- | testdata/integration/user_defined_syntax/math.osml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testdata/integration/user_defined_syntax/math.osml b/testdata/integration/user_defined_syntax/math.osml index 2f53366..664aa84 100644 --- a/testdata/integration/user_defined_syntax/math.osml +++ b/testdata/integration/user_defined_syntax/math.osml @@ -208,14 +208,14 @@ \primitive[type=string] \struct#limits[transparent=true] \field - \childRef[ref=lowerLimits] - \childRef[ref=upperLimits] - \struct#lowerLimits[cardinality={0,1}] + \childRef[ref=lowerLimit] + \childRef[ref=upperLimit] + \struct#lowerLimit[cardinality={0,1}] \syntax \short{_} \field \childRef[ref=primitive] - \struct#upperLimits[cardinality={0,1}] + \struct#upperLimit[cardinality={0,1}] \syntax \short{^} \field |