From 2e1546f20410ccb018bc3b4f25f6bf76c857df8e Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Sat, 31 Mar 2018 11:39:33 -0400 Subject: [PATCH] spelling --- format.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/format.go b/format.go index 78a1f7b..e7cddc5 100644 --- a/format.go +++ b/format.go @@ -136,7 +136,7 @@ func TrimFmt(text string) string { return text } -// This is really the only fastest way of doing this (marginably better than +// This is really the only fastest way of doing this (marginally better than // actually trying to parse it manually.) var reStripColor = regexp.MustCompile(`\x03([019]?[0-9](,[019]?[0-9])?)?`) @@ -154,7 +154,7 @@ func StripRaw(text string) string { return text } -// IsValidChannel validates if channel is an RFC complaint channel or not. +// IsValidChannel validates if channel is an RFC compliant channel or not. // // NOTE: If you are using this to validate a channel that contains a channel // ID, (!NAME), this only supports the standard 5 character length.