From 79291f0e4f9c7c4f0a8ebcbe53270c65ad932bfc Mon Sep 17 00:00:00 2001 From: Andrey Orst Date: Sun, 24 Jan 2021 19:28:45 +0300 Subject: fix: update heading links --- init.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.fnl') diff --git a/init.fnl b/init.fnl index c7f6fa8..9e2a91a 100644 --- a/init.fnl +++ b/init.fnl @@ -378,7 +378,7 @@ Number is rounded with `math.floor` and compared with original number." (fn* core.vector "Constructs sequential table out of it's arguments. -Sets additional metadata for function [`vector?`](#vector?) to work. +Sets additional metadata for function `vector?` to work. # Examples @@ -512,7 +512,7 @@ Additionally you can use [`conj`](#conj) and [`apply`](#apply) with If `tbl` is a sequential table or empty table, inserts `x` and optional `xs` as final element in the table. -If `tbl` is an associative table, that satisfies [`map?`](#map?) test, +If `tbl` is an associative table, that satisfies `map?` test, insert `[key value]` pair into the table. Mutates `tbl`. -- cgit v1.2.3