google / starlark-go

Starlark in Go: the Starlark configuration language, implemented in Go
BSD 3-Clause "New" or "Revised" License
2.34k stars 212 forks source link

Two comment tweaks #161

Closed alandonovan closed 5 years ago

josharian commented 5 years ago

Off by one: three comment tweaks. :)

I wonder whether it’d be easier to understand if instead of talking of BitLen and minint32, you just refer to the range of Go’s built-in int32.

alandonovan commented 5 years ago

Alright, PTAL.