[Forensics-changes] [yara] 341/407: Remove "often", it's ambigious.
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:28:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.3.0
in repository yara.
commit 81f3ae49d067db3e72f302cbc4de5f9aaba02a6e
Author: Wesley Shields <wxs at atarininja.org>
Date: Sat Jan 10 23:15:25 2015 -0500
Remove "often", it's ambigious.
---
docs/modules/math.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/modules/math.rst b/docs/modules/math.rst
index e8982dc..64910f8 100644
--- a/docs/modules/math.rst
+++ b/docs/modules/math.rst
@@ -11,10 +11,10 @@ The Math module allows you to calculate certain values from portions of your
file and create signatures based on those results.
.. important::
- Where noted these functions often return floating point numbers. YARA is
- able to convert integers to floating point numbers during most operations.
- For example this will convert 7 to 7.0 automatically, because the return
- type of the entropy function is a floating point value:
+ Where noted these functions return floating point numbers. YARA is able to
+ convert integers to floating point numbers during most operations. For
+ example this will convert 7 to 7.0 automatically, because the return type
+ of the entropy function is a floating point value:
*math.entropy(0, filesize) >= 7*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list