Skip to content

Commit c88953d

Browse files
committed
qt strings: fix typo
1 parent 12a8fc4 commit c88953d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/rfc0019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $s = "$colors->@*"; # If postderef_qq on: join($", $colors->@*)
3737
# Otherwise : "" . $colors . "->@*"
3838

3939
$s = "Bring $object->{bring}"; # "Bring " . $object->{bring}
40-
$s = "Bring $object->bring"; # "Bring " . $object . "->bring}"
40+
$s = "Bring $object->bring"; # "Bring " . $object . "->bring"
4141
```
4242

4343
As we look into adding new forms of dereference (for example the proposed `?->`

0 commit comments

Comments
 (0)