We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c15ce58 commit f456dcaCopy full SHA for f456dca
1 file changed
include/bitcoin/system/math/multiplication.hpp
@@ -24,7 +24,7 @@
24
namespace libbitcoin {
25
namespace system {
26
27
-/// Safely determine whether product is a whole mutiple of value.
+/// Safely determine whether product is a whole multiple of value.
28
template <typename Integer,
29
if_integer<Integer> = true>
30
constexpr bool is_multiple(Integer product, Integer value) NOEXCEPT;
0 commit comments