Skip to content

Correct a typo#115

Closed
goggle wants to merge 1 commit into
google:masterfrom
goggle:typos01
Closed

Correct a typo#115
goggle wants to merge 1 commit into
google:masterfrom
goggle:typos01

Conversation

@goggle

@goggle goggle commented Apr 16, 2023

Copy link
Copy Markdown

Corrects a typos in the tests.

Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Comment thread null_test.go
err := json.Unmarshal(jsonNull, &nu)
if err != nil || nu.Valid {
t.Errorf("expected nil when unmarshaling null, got %s", err)
t.Errorf("expected nil when unmarshalilng null, got %s", err)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no typos in unmarshaling. See https://github.com/golang/go/wiki/Spelling

@goggle goggle closed this Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants