diff --git a/handler.go b/handler.go index bc4152cb9..3c9fc5d58 100644 --- a/handler.go +++ b/handler.go @@ -290,7 +290,7 @@ type TranslateKeysRequest struct { Field string Keys []string - // it's a awkward name, just to keep backward compatibility with client and idk. + // NotWritable is an awkward name, but it's just to keep backward compatibility with client and idk. NotWritable bool }