summaryrefslogtreecommitdiff
path: root/reencode.go
diff options
context:
space:
mode:
Diffstat (limited to 'reencode.go')
-rw-r--r--reencode.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reencode.go b/reencode.go
index c19e296..02012cd 100644
--- a/reencode.go
+++ b/reencode.go
@@ -35,7 +35,7 @@ type ReEncoderConfig struct {
//
// Has no affect if Compact is true or Indent is empty.
//
- // his has O(2^min(CompactIfUnder, depth)) time overhead, so
+ // This has O(2^min(CompactIfUnder, depth)) time overhead, so
// set with caution.
CompactIfUnder int