Merge pull request #1787 from kianmeng/fix-typos

Fix typos
This commit is contained in:
Max Brunsfeld 2022-08-25 10:25:39 -07:00 committed by GitHub
commit 6b87326470
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 17 additions and 17 deletions

View file

@ -2947,7 +2947,7 @@ fn test_query_captures_with_many_nested_results_with_fields() {
.unwrap();
// The outer expression does not match the pattern, but the consequence of the ternary
// is an object that *does* contain many occurences of the pattern.
// is an object that *does* contain many occurrences of the pattern.
let count = 50;
let mut source = "a ? {".to_owned();
for i in 0..count {