diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-04-01 00:29:03 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-04-01 00:29:03 +0200 |
commit | 304a994951daf3930d0951b80c7ba22103f3a7f0 (patch) | |
tree | b1ad10048b6bb0961cdd2785750ecdbcf2882714 /skate/cmd | |
parent | d60dff7db926cc40a288584ac3f9970bb85c30c0 (diff) | |
download | refcat-304a994951daf3930d0951b80c7ba22103f3a7f0.tar.gz refcat-304a994951daf3930d0951b80c7ba22103f3a7f0.zip |
update README
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 ( |