Skip to content

Commit

Permalink
chore: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ovargas committed Jan 7, 2024
1 parent aa1640d commit b8d5d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protoc-gen-openapiv2/internal/genopenapi/generator_test.go
Expand Up @@ -1796,7 +1796,7 @@ func TestGenerateRPCOrderNotPreservedMergeFilesAdditionalBindingsMultipleService
func findExpectedPaths(foundPaths *[]string, expectedPaths []string, potentialPath string) {
seenPaths := map[string]struct{}{}

// foundPaths may bot be empty when this function is called multiple times.
// foundPaths may not be empty when this function is called multiple times,
// so we add them to seenPaths map to avoid duplicates.
for _, path := range *foundPaths {
seenPaths[path] = struct{}{}
Expand Down

0 comments on commit b8d5d29

Please sign in to comment.