Skip to content

Commit 8ea6fb2

Browse files
authored
Fixes grammar.
1 parent d7589aa commit 8ea6fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Big-O Notation.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Some examples to better understand the Big(O) notation:
2828
let value = array[5]
2929
```
3030

31-
Another example of O(1) is Pushing and Popping from Stack.
31+
Another example of O(1) is pushing and popping from Stack.
3232

3333

3434
**O(log n)**

0 commit comments

Comments
 (0)