spelling: structure

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-08-08 23:31:38 -04:00
parent d4d3d66352
commit 500fa07895

View File

@ -119,7 +119,7 @@ func TestTemplateMatcherVars(t *testing.T) {
require.NotEmpty(t, buf)
// TODO(bzz) add more advanced test using go/ast package, to verify the
// strucutre of generated code:
// structure of generated code:
// - check key literal exists in map for each extension:
src, err := format.Source(buf.Bytes())