summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty
diff options
context:
space:
mode:
authorellutionist <impc53802956@163.com>2023-07-20 14:26:55 +0800
committerellutionist <impc53802956@163.com>2023-07-20 14:26:55 +0800
commita254bb56f06999d2580e908f9e0946fe166fd546 (patch)
tree93bb7add09ece16467e3f5f7dfa1374142441e2b /meta/3rd/OpenResty
parent8b681399d4a5098fd1ec35e053f775df7cd67a5a (diff)
downloadlua-language-server-a254bb56f06999d2580e908f9e0946fe166fd546.zip
fix: doc mistake in meta/3rd/OpenResty/library/prometheus.lua
Diffstat (limited to 'meta/3rd/OpenResty')
-rw-r--r--meta/3rd/OpenResty/library/prometheus.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/3rd/OpenResty/library/prometheus.lua b/meta/3rd/OpenResty/library/prometheus.lua
index c56ebb03..88036b81 100644
--- a/meta/3rd/OpenResty/library/prometheus.lua
+++ b/meta/3rd/OpenResty/library/prometheus.lua
@@ -234,7 +234,7 @@ local PrometheusHist = {}
--- metric_response_sizes:observe(tonumber(ngx.var.bytes_sent))
---}
---```
----@param value string is a value that should be recorded. Required.
+---@param value number is a value that should be recorded. Required.
---@param label_values? string[] is an array of label values.
function PrometheusHist:observe(value, label_values) end