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 88d61d0 commit bd1ef11Copy full SHA for bd1ef11
sdjournal/journal.go
@@ -788,7 +788,7 @@ func (j *Journal) GetEntry() (*JournalEntry, error) {
788
return entry, nil
789
}
790
791
-// SetDataThresold sets the data field size threshold for data returned by
+// SetDataThreshold sets the data field size threshold for data returned by
792
// GetData. To retrieve the complete data fields this threshold should be
793
// turned off by setting it to 0, so that the library always returns the
794
// complete data objects.
0 commit comments