summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-07-22 22:12:55 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2023-07-22 22:12:55 -0600
commit4f3ecaf02e76114d4d9812d36da880c9095f5412 (patch)
tree67bd79d2f5c60b88d9b0086f8b9cdb67cddf4352
parent96744d436ee37101220dd9d7479f6a19859620c6 (diff)
reencode: Fix a typo in a comment
-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