From a3e98750e96922f0ff44050a75405c6fb2ec28aa Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 16 Aug 2024 16:17:15 +0900 Subject: [PATCH] chore: update online-stream.h (#1264) Fix typos. --- sherpa-onnx/csrc/online-stream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherpa-onnx/csrc/online-stream.h b/sherpa-onnx/csrc/online-stream.h index 1cf29de7f..d1183b29a 100644 --- a/sherpa-onnx/csrc/online-stream.h +++ b/sherpa-onnx/csrc/online-stream.h @@ -56,7 +56,7 @@ class OnlineStream { * @param frame_index The starting frame index * @param n Number of frames to get. * @return Return a 2-D tensor of shape (n, feature_dim). - * which is flattened into a 1-D vector (flattened in in row major) + * which is flattened into a 1-D vector (flattened in row major) */ std::vector GetFrames(int32_t frame_index, int32_t n) const;