mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Fix comments (#8802)
* fix incorrect exported name in comments * add comments to exported methods
This commit is contained in:
@@ -32,6 +32,7 @@ func (e *endpoint) String() string {
|
||||
return "gRPC endpoints"
|
||||
}
|
||||
|
||||
// Set adds endpoint value to list.
|
||||
func (e *endpoint) Set(value string) error {
|
||||
*e = append(*e, value)
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user