Skip to content

Commit fb259d4

Browse files
committed
Fix typo
1 parent c7e6666 commit fb259d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/practice/flower-field/.meta/example.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ std::vector<std::string> annotate(const std::vector<std::string>& garden) {
5151
}
5252
return annotation;
5353
}
54-
} // namespace flowersweeper
54+
} // namespace flower_field

0 commit comments

Comments
 (0)