Skip to content

Commit ededbbf

Browse files
author
Pavel Marek
committed
Fix some typos
(cherry picked from commit 347d6dd)
1 parent 3ca6e1e commit ededbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/dev/ffi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ referencing object in GNU-R. What this approach doesn't solve is that the extens
164164
may assume that changes done in such objects (e.g., attributes pair-list) will be visible in
165165
their referencing object. At this point, we ignore this potential problem.
166166

167-
Additionally, in in case of a downcall, the materialized version of a `RBaseObject` has to be kept alive until the downcall returns, so that it is ensured that an eventual upcall might still get access to the original downcalls argument object.
167+
Additionally, in case of a downcall, the materialized version of a `RBaseObject` has to be kept alive until the downcall returns, so that it is ensured that an eventual upcall might still get access to the original downcalls argument object.

0 commit comments

Comments
 (0)