Skip to content

Commit

Permalink
Fix typo in import comment because this causes compilation problem wh…
Browse files Browse the repository at this point in the history
…en making package for OS distribution. (#486)
  • Loading branch information
nozzy123nozzy authored Jul 17, 2023
1 parent 2226322 commit 8a33432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlarkjson/json.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// backwards compatibility
//
// Deprecated: use go.starlark.net/lib/json instead
package starlarkjson // import "go.starlark.net/stalarkjson"
package starlarkjson // import "go.starlark.net/starlarkjson"

import (
"go.starlark.net/lib/json"
Expand Down

0 comments on commit 8a33432

Please sign in to comment.