Skip to content

Commit 45b5315

Browse files
committed
fix typo in name
1 parent 519713b commit 45b5315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firestore/swift/firestore-smoketest/PipelineSnippets.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public class PipelineSnippets {
437437
// { identifier: 1, neighbors: [ "Alice", "Cathy" ], unnestedNeighbors: "Alice", index: 0 }
438438
// { identifier: 1, neighbors: [ "Alice", "Cathy" ], unnestedNeighbors: "Cathy", index: 1 }
439439
// { identifier: 3, neighbors: "Bob", index: null}
440-
// [END unneest_edge_cases]
440+
// [END unnest_edge_cases]
441441
print(results)
442442
}
443443

0 commit comments

Comments
 (0)