Skip to content

Commit 9a3d3c9

Browse files
committed
Fixed doc
1 parent 82ad366 commit 9a3d3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: properties.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func (m *Map) GetOk(key string) (string, bool) {
220220
return v, ok
221221
}
222222

223-
// ContainsKey returns true
223+
// ContainsKey returns true if the map contains the specified key
224224
func (m *Map) ContainsKey(key string) bool {
225225
_, has := m.kv[key]
226226
return has

0 commit comments

Comments
 (0)