From 1de913d080d134be0265726018c5e7ebd4af5c27 Mon Sep 17 00:00:00 2001 From: Jille Timmermans Date: Mon, 9 Oct 2023 10:28:40 +0200 Subject: [PATCH] Minor markdown formatting fix So that https://pkg.go.dev/github.com/dustin/go-humanize#FormatFloat renders it correctly --- number.go | 1 + 1 file changed, 1 insertion(+) diff --git a/number.go b/number.go index 6470d0d..359b0c9 100644 --- a/number.go +++ b/number.go @@ -42,6 +42,7 @@ var ( ) // FormatFloat produces a formatted number as string based on the following user-specified criteria: +// // * thousands separator // * decimal separator // * decimal precision