From d6129517dbf258251b678807845efbd5fe020617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Podg=C3=B3rski?= Date: Wed, 24 Mar 2021 16:49:32 +0100 Subject: [PATCH] Update handler.go Co-authored-by: Travis Turner --- handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }