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.
2 parents 6dafbdc + bd1ef11 commit cb3f54fCopy full SHA for cb3f54f
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