diff options
author | Bill Page <bill.page@newsynthesis.org> | 2016-02-01 23:12:17 +0000 |
---|---|---|
committer | Bill Page <bill.page@newsynthesis.org> | 2016-02-01 23:12:17 +0000 |
commit | f4f37a06441a3ad7ae67f4864b60625f935d429d (patch) | |
tree | 316fd439d7d3037f9c1c478f3fe7ac205b8fd05d /src/algebra/fraction.spad.pamphlet | |
parent | 88441bdc4ddfec01e7d6a7e7387b555f2e98eb96 (diff) | |
download | open-axiom-f4f37a06441a3ad7ae67f4864b60625f935d429d.tar.gz |
a typo and an omission
Diffstat (limited to 'src/algebra/fraction.spad.pamphlet')
-rw-r--r-- | src/algebra/fraction.spad.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/fraction.spad.pamphlet b/src/algebra/fraction.spad.pamphlet index b16b4f77..07fb9b88 100644 --- a/src/algebra/fraction.spad.pamphlet +++ b/src/algebra/fraction.spad.pamphlet @@ -23,7 +23,7 @@ ++ References: ++ Description: Localize(M,R,S) produces fractions with numerators ++ from an R module M and denominators from some multiplicative subset -++ D of R. +++ S of R. Localize(M:Module R, R:CommutativeRing, S:SubsetCategory(Monoid, R)): Module R with |