mirror of
https://github.com/adnanh/webhook.git
synced 2025-07-08 12:18:32 +00:00
chore: fix some typos in comments (#685)
Signed-off-by: yudrywet <yudeyao@yeah.net>
This commit is contained in:
parent
48c76cf80d
commit
fc0623363a
2 changed files with 2 additions and 2 deletions
|
@ -157,7 +157,7 @@ func ExtractCommaSeparatedValues(source, prefix string) []string {
|
|||
|
||||
// ExtractSignatures will extract all the signatures from the source.
|
||||
func ExtractSignatures(source, prefix string) []string {
|
||||
// If there are multiple possible matches, let the comma seperated extractor
|
||||
// If there are multiple possible matches, let the comma separated extractor
|
||||
// do it's work.
|
||||
if strings.Contains(source, ",") {
|
||||
return ExtractCommaSeparatedValues(source, prefix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue