Merge pull request #137 from argriffing/docs-typo-2

DOC: typos
This commit is contained in:
Fredrik Johansson 2016-04-22 15:46:39 +02:00
commit 9247b026b2
2 changed files with 4 additions and 4 deletions

View file

@ -41,13 +41,13 @@ Memory management
.. function:: void acb_poly_fit_length(acb_poly_t poly, slong len) .. function:: void acb_poly_fit_length(acb_poly_t poly, slong len)
Makes sures that the coefficient array of the polynomial contains at Makes sure that the coefficient array of the polynomial contains at
least *len* initialized coefficients. least *len* initialized coefficients.
.. function:: void _acb_poly_set_length(acb_poly_t poly, slong len) .. function:: void _acb_poly_set_length(acb_poly_t poly, slong len)
Directly changes the length of the polynomial, without allocating or Directly changes the length of the polynomial, without allocating or
deallocating coefficients. The value shold not exceed the allocation length. deallocating coefficients. The value should not exceed the allocation length.
.. function:: void _acb_poly_normalise(acb_poly_t poly) .. function:: void _acb_poly_normalise(acb_poly_t poly)

View file

@ -42,13 +42,13 @@ Memory management
.. function:: void arb_poly_fit_length(arb_poly_t poly, slong len) .. function:: void arb_poly_fit_length(arb_poly_t poly, slong len)
Makes sures that the coefficient array of the polynomial contains at Makes sure that the coefficient array of the polynomial contains at
least *len* initialized coefficients. least *len* initialized coefficients.
.. function:: void _arb_poly_set_length(arb_poly_t poly, slong len) .. function:: void _arb_poly_set_length(arb_poly_t poly, slong len)
Directly changes the length of the polynomial, without allocating or Directly changes the length of the polynomial, without allocating or
deallocating coefficients. The value shold not exceed the allocation length. deallocating coefficients. The value should not exceed the allocation length.
.. function:: void _arb_poly_normalise(arb_poly_t poly) .. function:: void _arb_poly_normalise(arb_poly_t poly)