Fix typos

This commit is contained in:
NicklasXYZ 2023-09-18 21:07:19 +02:00
parent 10bcb52355
commit 881f44224a
3 changed files with 3 additions and 4 deletions

View file

@ -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)
////

View file

@ -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)

View file

@ -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