This is an automated email from the ASF dual-hosted git repository.
alsay pushed a commit to branch sampling_allocator
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git
The following commit(s) were added to refs/heads/sampling_allocator by this
push:
new 4f8a096 fixed typo
4f8a096 is described below
commit 4f8a0964b61598ad465d777441666a41c9c21fcf
Author: AlexanderSaydakov <[email protected]>
AuthorDate: Wed Feb 3 10:21:58 2021 -0800
fixed typo
---
sampling/include/var_opt_union.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sampling/include/var_opt_union.hpp
b/sampling/include/var_opt_union.hpp
index e5eb6b4..d0e22ed 100644
--- a/sampling/include/var_opt_union.hpp
+++ b/sampling/include/var_opt_union.hpp
@@ -123,7 +123,7 @@ public:
/**
* NOTE: This method may be deprecated in a future version.
- * This method deserializes a skeuniontch from a given array of bytes.
+ * This method deserializes a union from a given array of bytes.
* @param bytes pointer to the array of bytes
* @param size the size of the array
* @return an instance of a union
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]