Skip to content

Commit

Permalink
Drop "amortized" in docs where it doesn't apply (#1098)
Browse files Browse the repository at this point in the history
  • Loading branch information
meooow25 authored Jan 25, 2025
1 parent 16fa64e commit d5ccf1d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion containers/src/Data/IntMap/Lazy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
--
-- == Detailed performance information
--
-- The amortized running time is given for each operation, with \(n\) referring to
-- The running time is given for each operation, with \(n\) referring to
-- the number of entries in the map and \(W\) referring to the number of bits in
-- an 'Int' (32 or 64).
--
Expand Down
2 changes: 1 addition & 1 deletion containers/src/Data/IntMap/Strict.hs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
--
-- == Detailed performance information
--
-- The amortized running time is given for each operation, with \(n\) referring to
-- The running time is given for each operation, with \(n\) referring to
-- the number of entries in the map and \(W\) referring to the number of bits in
-- an 'Int' (32 or 64).
--
Expand Down
2 changes: 1 addition & 1 deletion containers/src/Data/IntMap/Strict/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
--
-- == Detailed performance information
--
-- The amortized running time is given for each operation, with \(n\) referring to
-- The running time is given for each operation, with \(n\) referring to
-- the number of entries in the map and \(W\) referring to the number of bits in
-- an 'Int' (32 or 64).
--
Expand Down
2 changes: 1 addition & 1 deletion containers/src/Data/Map/Lazy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
--
-- == Detailed performance information
--
-- The amortized running time is given for each operation, with \(n\) referring to
-- The running time is given for each operation, with \(n\) referring to
-- the number of entries in the map.
--
-- Benchmarks comparing "Data.Map.Lazy" with other dictionary implementations
Expand Down
2 changes: 1 addition & 1 deletion containers/src/Data/Map/Strict.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
--
-- == Detailed performance information
--
-- The amortized running time is given for each operation, with \(n\) referring to
-- The running time is given for each operation, with \(n\) referring to
-- the number of entries in the map.
--
-- Benchmarks comparing "Data.Map.Strict" with other dictionary implementations
Expand Down

0 comments on commit d5ccf1d

Please sign in to comment.