Skip to content

Commit a8a817c

Browse files
authored
fix misspelling
1 parent 9cc090b commit a8a817c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

response/hashresponse/hashresponse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (hr *HashResponse) GetRaw() string {
5252
}
5353

5454
// GetRawByFilter method to return the api raw response data.
55-
// Use noColumnFilter parameter to explicitely suppress a current active column filter.
55+
// Use noColumnFilter parameter to explicitly suppress a current active column filter.
5656
func (hr *HashResponse) GetRawByFilter(noColumnFilter bool) string {
5757
if noColumnFilter || !hr.columnFilterActive {
5858
return hr.raw

0 commit comments

Comments
 (0)