Skip to content

Commit 3877abf

Browse files
authored
Merge pull request #2528 from sunny-b/fix-typo-design-doc
📖 fix typo in DESIGN.md doc
2 parents 7a4874e + cde89b9 commit 3877abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DESIGN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ project and its various components.
9999

100100
* **Well-commented code**: Code should be commented and given Godocs, even
101101
private methods and functions. It may *seem* obvious what they do at the
102-
time and why, but you might forget, and other will certainly come along.
102+
time and why, but you might forget, and others will certainly come along.
103103

104104
* **Test Behaviors**: Test cases should be comprehensible as sets of
105105
expected behaviors. Test cases read without code (e.g. just using `It`,

0 commit comments

Comments
 (0)