From b432bb7cfafa9a1c07acdf28eba8eb87c67b6793 Mon Sep 17 00:00:00 2001 From: usfbih8u Date: Sat, 1 Feb 2025 08:41:25 +0000 Subject: [PATCH] docs: remove duplicated line (#3647) --- runtime/help/plugins.md | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/help/plugins.md b/runtime/help/plugins.md index 5d4830fb..305d42ab 100644 --- a/runtime/help/plugins.md +++ b/runtime/help/plugins.md @@ -354,7 +354,6 @@ The packages and their contents are listed below (in Go type signatures): - `IsWordChar(s string) bool`: returns true if the first rune in a string is a word character. - `String(b []byte) string`: converts a byte array to a string. - - `RuneStr(r rune) string`: converts a rune to a string. - `Unzip(src, dest string) error`: unzips a file to given folder. - `Version`: micro's version number or commit hash - `SemVersion`: micro's semantic version