From 4be8e7fc66d1c83cbfe50816f0319f62f32f479e Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 15 Oct 2024 20:33:40 -0700 Subject: [PATCH] markup fix in index --- docs/ref/api/stat/nng_stat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/api/stat/nng_stat.md b/docs/ref/api/stat/nng_stat.md index 7010ac0b1..a0d027afe 100644 --- a/docs/ref/api/stat/nng_stat.md +++ b/docs/ref/api/stat/nng_stat.md @@ -48,7 +48,7 @@ descriptions (retrievable with {{i:`nng_stat_desc`}}), and a type (retrievable with {{i:`nng_stat_type`}}). Statistics also have a timestamp indicating when the value was sampled, -obtained via {{i:`nng_stat_timestamp}}`. The timestamp is given in +obtained via {{i:`nng_stat_timestamp`}}. The timestamp is given in in milliseconds since a reference time, and the reference time used here is the same reference time used for [`nng_clock`][nng_clock].