Skip to content

Commit 8ad6023

Browse files
ahlusar1989ruslansennov
authored andcommitted
amend typo in amortization (#34)
fixes vavr-io/vavr#2013
1 parent e1af94c commit 8ad6023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/usage_guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ Stream.from(1).filter(i -> i % 2 == 0);
413413
Legend:
414414

415415
* const — constant time
416-
* const^a^ — amotized constant time, few operations may take longer
416+
* const^a^ — amortized constant time, few operations may take longer
417417
* const^eff^ — effectively constant time, depending on assumptions like distribution of hash keys
418418
* const^lazy^ — lazy constant time, the operation is deferred
419419
* log — logarithmic time

0 commit comments

Comments
 (0)