diff options
Diffstat (limited to 'skate/cmd')
-rw-r--r-- | skate/cmd/skate-from-unstructured/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skate/cmd/skate-from-unstructured/main.go b/skate/cmd/skate-from-unstructured/main.go index 1775f4d..0208d91 100644 --- a/skate/cmd/skate-from-unstructured/main.go +++ b/skate/cmd/skate-from-unstructured/main.go @@ -1,5 +1,5 @@ -// skate-from-unstructured tries to parse various pieces of information from an -// unstrctured string. +// skate-from-unstructured tries to parse various pieces of information from +// the unstructured field in refs. package main import ( |