diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-29 19:41:46 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-29 19:41:46 -0700 |
| commit | 70b8ee907076e0a9520063cfcbe710f857105d79 (patch) | |
| tree | e3e66858a2bbe3e513b03aaa01af6e56e179a8bb /compatibility/3.7.nom | |
| parent | 4f30e02acb666c52e0254eb9a3bf89a9cabb5e6d (diff) | |
Fixed typo in 3.7 upgrade.
Diffstat (limited to 'compatibility/3.7.nom')
| -rw-r--r-- | compatibility/3.7.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compatibility/3.7.nom b/compatibility/3.7.nom index 1980f92..ce3bcfa 100644 --- a/compatibility/3.7.nom +++ b/compatibility/3.7.nom @@ -9,8 +9,8 @@ upgrade action [%index st to last in %list] to "3.7" as (%list::%index st to las upgrade action [%index nd to last in %list] to "3.7" as (%list::%index nd to last) upgrade action [%index rd to last in %list] to "3.7" as (%list::%index rd to last) upgrade action [%index th to last in %list] to "3.7" as (%list::%index rd th last) -upgrade action [last in %list] to "3.7" (%list::last) -upgrade action [first in %list] to "3.7" (%list::first) +upgrade action [last in %list] to "3.7" as (%list::last) +upgrade action [first in %list] to "3.7" as (%list::first) upgrade action [%item is in %list, %list contains %item, %list has %item] to "3.7" as (..) %list::has %item |
