We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1af94c commit 8ad6023Copy full SHA for 8ad6023
src/docs/asciidoc/usage_guide.adoc
@@ -413,7 +413,7 @@ Stream.from(1).filter(i -> i % 2 == 0);
413
Legend:
414
415
* const — constant time
416
-* const^a^ — amotized constant time, few operations may take longer
+* const^a^ — amortized constant time, few operations may take longer
417
* const^eff^ — effectively constant time, depending on assumptions like distribution of hash keys
418
* const^lazy^ — lazy constant time, the operation is deferred
419
* log — logarithmic time
0 commit comments