Skip to content

Commit

Permalink
Fix doc string.
Browse files Browse the repository at this point in the history
  • Loading branch information
donatwork committed Dec 9, 2024
1 parent e7735dc commit 18d9fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/preinit.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (s *service) PreInit() error {
return err
}

// Returns a string with the comma separated list of MDM addresses given a
// Returns a string with the list of MDM addresses given a
// key and zone. The MDMs for each array is separated by an ampersand.
// The ordering of the MDM addresses is not guaranteed. An error is
// returned if either the key or zone are empty.
Expand Down

0 comments on commit 18d9fbb

Please sign in to comment.