Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87074 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Aug 29, 2024
1 parent 9b011cb commit f0219d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -14369,8 +14369,8 @@ Weak references are used to allow the programmer to maintain information
on entities without preventing the garbage collection of the entities
once they become unreachable.

A weak reference contains a key and a value. The value is reachable is
if it either reachable directly or @emph{via} weak references with reachable
A weak reference contains a key and a value. The value is reachable
if it is either reachable directly or @emph{via} weak references with reachable
keys. Once a value is determined to be unreachable during garbage
collection, the key and value are set to @code{R_NilValue} and the
finalizer will be run later in the garbage collection.
Expand Down

0 comments on commit f0219d6

Please sign in to comment.