Skip to content

Commit 169d6f8

Browse files
RexJaeschkeBillWagner
authored andcommitted
correct expected console output
1 parent e7d8643 commit 169d6f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ The captured string is then passed as the argument corresponding to the target p
947947
> val = 123, text = <>
948948
> val = 123, text = <xyz>
949949
> val = 3, text = <1 + 2>
950-
> val = 123, text = <(123 + 0)>
950+
> val = 123, text = <((123) + 0)>
951951
> val = 15, text = <l\u006fcal /*...*/ + // xxx
952952
> 5>
953953
> ```

0 commit comments

Comments
 (0)