hoanhan101 / ultimate-go

The Ultimate Go Study Guide
https://gumroad.com/l/bpUYF
Apache License 2.0
14.95k stars 1.2k forks source link

Alignment and padding: comment #47

Closed mohitmunjal closed 4 years ago

mohitmunjal commented 4 years ago

Current comment: // Rule 1: // Depending on the size a particular value, Go determines the alignment we need. Every 2 bytes // value must follow a 2 bytes boundary.

Corrected comment: // Rule 1: // Depending on the size a particular value, Go determines the alignment we need. Every 2 bytes // value must fall on a 2 bytes boundary.

I am not sure if it's a typo, but here changing follow to fall changes the meaning of the sentence.