Skip to content

Commit caed4b8

Browse files
authored
correct expected console output
1 parent ebf965a commit caed4b8

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
@@ -911,7 +911,7 @@ The captured string is then passed as the argument corresponding to the target p
911911
> val = 123, text = <>
912912
> val = 123, text = <xyz>
913913
> val = 3, text = <1 + 2>
914-
> val = 123, text = <(123 + 0)>
914+
> val = 123, text = <((123) + 0)>
915915
> val = 15, text = <l\u006fcal /*...*/ + // xxx
916916
> 5>
917917
> ```

0 commit comments

Comments
 (0)