ava-labs / avalanchego

Go implementation of an Avalanche node.
https://avax.network
BSD 3-Clause "New" or "Revised" License
2.09k stars 646 forks source link

chore: fix some comment #3144

Open hattizai opened 5 days ago

hattizai commented 5 days ago

Why this should be merged

This PR enhances readability and maintainability.

How this works

  1. By keeping the function & type names in comment consistent with code.
  2. By fixing the description about the utility of type Bytes

How this was tested

No.