Skip to content

Commit 6c44ac8

Browse files
authored
Update README.md
Small typo
1 parent 005dbce commit 6c44ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This compressed stack structure works correctly as a normal stack for any proble
1111

1212
```cpp
1313
template <class T, class D> void Problem<T, D>::run() {
14-
initStackIntern();
14+
initStack();
1515
while (notEndOfFile()) {
1616
D data = readInput(line);
1717
while (notEmptystack() && popCondition(data)) {

0 commit comments

Comments
 (0)