Skip to content
Merged

typo #14

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion disable_ro.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const (
//
// DANGER! HERE BE DRAGONS! This is brittle and depends on internal state of a
// reflect.Value object. It is not guaranteed to work in future (or previous)
// versions of Go although we try to detect changes and panic immediatelly
// versions of Go although we try to detect changes and panic immediately
// during initialization.
func disableRO(v *reflect.Value) {
// Get pointer to flags.
Expand Down