Skip to content

Commit

Permalink
more copyedits
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Sep 29, 2021
1 parent 634c8e5 commit 9ad1e7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BUGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ on the `OutputPanel` object (which runs in the query process, but is supplied
by a library, being present as a separate assembly from the query assembly) and
calling the `Activate` method.

The comment gives details about why I don”t think any currently available
The comment gives details about why I don’t think any currently available
good means of doing this exist. But as long as I’m doing that, Flood
cannot have a stable release, as `OutputPanel.Activate` has the `internal`
access modifier and it may be removed, or change behavior, in any future
Expand Down
4 changes: 2 additions & 2 deletions doc/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,8 +507,8 @@ <h4 id="why-no-crash">
title="Tail call - Wikipedia
[redirect from &ldquo;Tail-call elimination&rdquo;]">Tail-call elimination</a>
is not a solution, since even in languages that guarantee it in all
eligible cases, it can only apply to the the call that visits the
last neighbor enumerated. (C# never guarantees it anyway.)
eligible cases, it can only apply to the call that visits the last
neighbor enumerated. (C# never guarantees it anyway.)
</p>
<p>
Some environments allow the call-stack size to be increased for a
Expand Down

0 comments on commit 9ad1e7e

Please sign in to comment.