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@87059 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Aug 27, 2024
1 parent f7fb7d2 commit e20d8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -12427,7 +12427,7 @@ unprotected.
@apifun R_ReleaseObject
There is another way to avoid the effects of garbage collection: a call
to @code{R_PreserveObject} adds an object to an internal list of objects
not to be collects, and a subsequent call to @code{R_ReleaseObject}
not to be collected, and a subsequent call to @code{R_ReleaseObject}
removes it from that list. This provides a way for objects which are
not returned as part of @R{} objects to be protected across calls to
compiled code: on the other hand it becomes the user's responsibility to
Expand Down

0 comments on commit e20d8d1

Please sign in to comment.