Skip to content

Commit

Permalink
Fixed typo in ds field minimal_heartbeat.
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantina Chremmou <[email protected]>
  • Loading branch information
kc284 authored and lindig committed Dec 11, 2023
1 parent 61d362a commit 382682f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rrd.ml
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ module Json = struct
[
("name", string ds.ds_name)
; ("type", string (ds_type_to_string ds.ds_ty))
; ("minimal_hearbeat", float ds.ds_mrhb)
; ("minimal_heartbeat", float ds.ds_mrhb)
; ("min", float ds.ds_min)
; ("max", float ds.ds_max)
; ("last_ds", string (ds_value_to_string ds.ds_last))
Expand Down

0 comments on commit 382682f

Please sign in to comment.