diff --git a/infer/src/IR/AttributesTable.re b/infer/src/IR/AttributesTable.re index 0871c82c3..0736558ed 100644 --- a/infer/src/IR/AttributesTable.re +++ b/infer/src/IR/AttributesTable.re @@ -136,7 +136,7 @@ let to_json at => { [ ("num_bindings", `Int at.num_bindings), ("num_buckets", `Int at.num_buckets), - ("max_bucket_length", `Int at.num_buckets) + ("max_bucket_length", `Int at.max_bucket_length) ] @ extra_field )