Skip to content

Commit

Permalink
Merge pull request #8 from NicklasXYZ/main
Browse files Browse the repository at this point in the history
Fix doc typos
  • Loading branch information
NicklasXYZ committed Sep 18, 2023
2 parents 10bcb52 + 881f442 commit 0092092
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/gleam_community/maths/arithmetics.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
//// * [`int_sum`](#int_sum)
//// * [`float_product`](#float_product)
//// * [`int_product`](#int_product)
//// * [`float_cumulative_sum`](#cumulative_sum)
//// * [`int_cumulative_sum`](#cumulative_sum)
//// * [`float_cumulative_sum`](#float_cumulative_sum)
//// * [`int_cumulative_sum`](#int_cumulative_sum)
//// * [`float_cumulative_product`](#float_cumulative_product)
//// * [`int_cumulative_product`](#int_cumulative_product)
////
Expand Down
1 change: 0 additions & 1 deletion src/gleam_community/maths/piecewise.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
//// * [`minmax`](#minmax)
//// * [`list_minimum`](#list_minimum)
//// * [`list_maximum`](#list_maximum)
//// * [`list_minmax`](#list_minmax)
//// * [`extrema`](#extrema)
//// * [`arg_minimum`](#arg_minimum)
//// * [`arg_maximum`](#arg_maximum)
Expand Down
2 changes: 1 addition & 1 deletion src/gleam_community/maths/predicates.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
//// * [`is_power`](#is_power)
//// * [`is_perfect`](#is_perfect)
//// * [`is_even`](#is_even)
//// * [`is_odd`](#isodd)
//// * [`is_odd`](#is_odd)

import gleam/pair
import gleam/int
Expand Down

0 comments on commit 0092092

Please sign in to comment.