Skip to content

Commit 75814d9

Browse files
committed
fixed typo
1 parent 6a2dacd commit 75814d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contents/approximate_counting/approximate_counting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,8 +366,8 @@ As we do not have any objects to count, we will instead simulate the counting wi
366366
[import, lang:"cpp"](code/c++/approximate_counting.cpp)
367367
{% sample lang="python" %}
368368
[import, lang:"python"](code/python/approximate_counting.py)
369-
{% sample lang:"java" %}
370-
[import, lang="java"](code/java/ApproximateCounting.java)
369+
{% sample lang="java" %}
370+
[import, lang:"java"](code/java/ApproximateCounting.java)
371371
{% endmethod %}
372372

373373
### Bibliography

0 commit comments

Comments
 (0)