typos fixed

This commit is contained in:
Sven Schönherr 1997-06-27 08:26:23 +00:00
parent f2cfff3589
commit bc4f5e908a
2 changed files with 4 additions and 4 deletions

View File

@ -53,11 +53,11 @@ deterministically or using the seed functions as described below.
\ccConstructor{ CGAL_Random( Seed seed);}{
introduces a variable \ccVar\ of type \ccClassTemplateName\
and initializes it's internal seed with \ccc{seed}.}
and initializes its internal seed with \ccc{seed}.}
\ccConstructor{ CGAL_Random( long init);}{
introduces a variable \ccVar\ of type \ccClassTemplateName\
and initializes it's internal seed using \ccc{init}. Equal
and initializes its internal seed using \ccc{init}. Equal
values for \ccc{init} result in equal sequences of random
numbers.}

View File

@ -53,11 +53,11 @@ deterministically or using the seed functions as described below.
\ccConstructor{ CGAL_Random( Seed seed);}{
introduces a variable \ccVar\ of type \ccClassTemplateName\
and initializes it's internal seed with \ccc{seed}.}
and initializes its internal seed with \ccc{seed}.}
\ccConstructor{ CGAL_Random( long init);}{
introduces a variable \ccVar\ of type \ccClassTemplateName\
and initializes it's internal seed using \ccc{init}. Equal
and initializes its internal seed using \ccc{init}. Equal
values for \ccc{init} result in equal sequences of random
numbers.}