diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..bd1e18c --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "cSpell.words": [ + "SBHPF", + "sbhpfv", + "seekable", + "seekablebuffer", + "targetbytes", + "zervo" + ] +} \ No newline at end of file diff --git a/SBHPFv1/constants.go b/SBHPFv1/constants.go index 61e4bb0..a80d031 100644 --- a/SBHPFv1/constants.go +++ b/SBHPFv1/constants.go @@ -2,7 +2,7 @@ package sbhpfv1 // Constants for file format. // These are statically set in version 1 of SBHPF, -// but can be used to achieve an extended featureset in future versions, +// but can be used to achieve an extended feature-set in future versions, // while maintaining backwards compatibility. const ( FormatVersion = 0x01 // Current version