Skip to content

Commit 6cd93db

Browse files
committed
Fixed typos in code asserts
1 parent 23f05aa commit 6cd93db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/syntax/src/validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ pub(crate) fn validate_block_structure(root: &SyntaxNode) {
173173
assert_eq!(
174174
node.parent(),
175175
pair.parent(),
176-
"\nunpaired curleys:\n{}\n{:#?}\n",
176+
"\nunpaired curlys:\n{}\n{:#?}\n",
177177
root.text(),
178178
root,
179179
);

0 commit comments

Comments
 (0)