mirror of
https://github.com/sigmasternchen/gleam-community-maths
synced 2025-03-15 07:59:01 +00:00
Fix typos
This commit is contained in:
parent
10bcb52355
commit
881f44224a
3 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
////
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue