diff options
author | John Wiegley <johnw@newartisans.com> | 2007-06-16 09:36:17 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 03:39:09 -0400 |
commit | 8e32776417b6bb66b9658795e7fec13282cb4fe9 (patch) | |
tree | 8f8ee47684773a4d822442fcb50bca0291d31376 | |
parent | b73b3e0fd8db2480f295aa36ee1a314eff76ca1d (diff) | |
download | fork-ledger-8e32776417b6bb66b9658795e7fec13282cb4fe9.tar.gz fork-ledger-8e32776417b6bb66b9658795e7fec13282cb4fe9.tar.bz2 fork-ledger-8e32776417b6bb66b9658795e7fec13282cb4fe9.zip |
changes
-rw-r--r-- | src/numerics/value.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/numerics/value.h b/src/numerics/value.h index b175a886..d0f5cb76 100644 --- a/src/numerics/value.h +++ b/src/numerics/value.h @@ -36,8 +36,8 @@ * * @brief Abstract dynamic type representing various numeric types. * - * A value_t object can be one of many types, and can also change its - * type dynamically based on how it is used. + * A value_t object can be one of many types, and can change its type + * dynamically based on how it is used. */ #ifndef _VALUE_H #define _VALUE_H |