diff options
Diffstat (limited to 'compatibility/4.11.nom')
| -rw-r--r-- | compatibility/4.11.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compatibility/4.11.nom b/compatibility/4.11.nom index 313b8e4..a5c9c12 100644 --- a/compatibility/4.11.nom +++ b/compatibility/4.11.nom @@ -16,7 +16,7 @@ upgrade action "call 1 with" to "4.11" via return (SyntaxTree $tree2) upgrade action (-> $yield_value) to "4.11" as (yield $yield_value) -# Replace set {%x:1, %y:2} with [%x, %y] = [1, 2] +# Replace set {$x:1, $y:2} with [$x, $y] = [1, 2] upgrade action "set" to "4.11" via for ($tree $end_version): [$lhs, $rhs] = [\[], \[]] @@ -33,7 +33,7 @@ upgrade action "set" to "4.11" via upgrade action "1 with 2 ~>" to "4.11" via for $tree: compile error at $tree "This method has been deprecated." - "Perhaps this could be use %tree::map instead." + "Perhaps this could be use ($tree, map ...) instead." # Changing filesystem API: upgrade action (for file $f in $path $body) to "4.11" as |
