Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72901 - sandbox/SOC/2011/checks/libs/checks/doc
From: pierre.talbot.6114_at_[hidden]
Date: 2011-07-04 17:15:52


Author: trademark
Date: 2011-07-04 17:15:51 EDT (Mon, 04 Jul 2011)
New Revision: 72901
URL: http://svn.boost.org/trac/boost/changeset/72901

Log:
Update of the introduction, add a section on the different parts of the library.
Text files modified:
   sandbox/SOC/2011/checks/libs/checks/doc/introduction.qbk | 6 +++---
   1 files changed, 3 insertions(+), 3 deletions(-)

Modified: sandbox/SOC/2011/checks/libs/checks/doc/introduction.qbk
==============================================================================
--- sandbox/SOC/2011/checks/libs/checks/doc/introduction.qbk (original)
+++ sandbox/SOC/2011/checks/libs/checks/doc/introduction.qbk 2011-07-04 17:15:51 EDT (Mon, 04 Jul 2011)
@@ -1,8 +1,8 @@
 [section:introduction Introduction]
 
-The checks are required in a numerous kind of domains such as the distribution chain (bar codes), the card number (bank, fidelity card, ...) and many others.
-These codes and numbers are often copied or scanned by humans or machines, and both make error.
-We need a way to control it and from this reason has raised the necessity to create a check digit.
+The checks are required in a numerous kind of domains such as the distribution chain (bar codes), the cards number (bank, fidelity cards, ...) and many others.
+These codes and numbers are often copied or scanned by humans or machines, and both make errors.
+We need a way to control it and this is why some people created a check digit.
 A check digit is aimed to control the validity of a number and catch mismatched input (we'll detail further the different errors).
 Another functionnality of this library is to calculate the check digit of a number. There are other functionnalities more specific to a number, for example, we can ['transform] an ISBN-10 to an ISBN-13.
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk