We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cc090b commit a8a817cCopy full SHA for a8a817c
response/hashresponse/hashresponse.go
@@ -52,7 +52,7 @@ func (hr *HashResponse) GetRaw() string {
52
}
53
54
// GetRawByFilter method to return the api raw response data.
55
-// Use noColumnFilter parameter to explicitely suppress a current active column filter.
+// Use noColumnFilter parameter to explicitly suppress a current active column filter.
56
func (hr *HashResponse) GetRawByFilter(noColumnFilter bool) string {
57
if noColumnFilter || !hr.columnFilterActive {
58
return hr.raw
0 commit comments