fix: typos in comments (#10)
This commit is contained in:
committed by
GitHub
parent
e6c7b053f9
commit
38dfe1a380
@@ -62,7 +62,7 @@ func (m *Memory) MustNotHave(t *testing.T, message ...string) {
|
||||
}
|
||||
}
|
||||
|
||||
// Clear cleares the memory.
|
||||
// Clear clears the memory.
|
||||
func (m *Memory) Clear() {
|
||||
m.Lines = []string{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user