Merge pull request #8 from NicklasXYZ/main

Fix doc typos
This commit is contained in:
Nicklas Sindlev Andersen 2023-09-18 21:08:43 +02:00 committed by GitHub
commit 009209253a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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