From 92bd0b1f5c0e163c05271f921bef67260fc4a071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 7 Feb 2020 01:15:37 +0100 Subject: [PATCH] Update errorf.md --- content/en/functions/errorf.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/functions/errorf.md b/content/en/functions/errorf.md index 9cd7e69b6..450e92679 100644 --- a/content/en/functions/errorf.md +++ b/content/en/functions/errorf.md @@ -14,7 +14,6 @@ workson: [] hugoversion: relatedfuncs: [printf] deprecated: false -aliases: [/functions/errorf] --- `errorf` or `warnf` will evaluate a format string, then output the result to the ERROR or WARNING log (and only once per error message to avoid flooding the log).