mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
(scm_ash): Remove stray "}" in docstring.
This commit is contained in:
parent
57f6654745
commit
e7644cb292
1 changed files with 1 additions and 1 deletions
|
@ -1749,7 +1749,7 @@ SCM_DEFINE (scm_ash, "ash", 2, 0, 0,
|
|||
"Return @var{n} shifted left by @var{cnt} bits, or shifted right\n"
|
||||
"if @var{cnt} is negative. This is an ``arithmetic'' shift.\n"
|
||||
"\n"
|
||||
"This is effectively a multiplication by 2^@var{cnt}}, and when\n"
|
||||
"This is effectively a multiplication by 2^@var{cnt}, and when\n"
|
||||
"@var{cnt} is negative it's a division, rounded towards negative\n"
|
||||
"infinity. (Note that this is not the same rounding as\n"
|
||||
"@code{quotient} does.)\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue