From 7fe3a58202f77245d59512866f81910ca3806be5 Mon Sep 17 00:00:00 2001 From: davemarco <83603688+davemarco@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:38:46 -0500 Subject: [PATCH] Update src/clp_ffi_js/ir/decoding_methods.hpp Co-authored-by: Junhao Liao --- src/clp_ffi_js/ir/decoding_methods.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clp_ffi_js/ir/decoding_methods.hpp b/src/clp_ffi_js/ir/decoding_methods.hpp index 4fd2a095..d80989f4 100644 --- a/src/clp_ffi_js/ir/decoding_methods.hpp +++ b/src/clp_ffi_js/ir/decoding_methods.hpp @@ -7,7 +7,7 @@ namespace clp_ffi_js::ir { /** - * Gets the version of the IR stream. + * Gets the version of the IR stream from the specified reader. * @param reader * @throws ClpFfiJsException if the encoding type couldn't be decoded or the encoding type is * unsupported.