Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 92a6ed9

Browse files
committed
Minor refilling of a paragraph...
1 parent 70da192 commit 92a6ed9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/ref/ref3.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ \section{Objects, values and types\label{objects}}
3535

3636
Objects are never explicitly destroyed; however, when they become
3737
unreachable they may be garbage-collected. An implementation is
38-
allowed to postpone garbage collection or omit it altogether --- it is a
39-
matter of implementation quality how garbage collection is
38+
allowed to postpone garbage collection or omit it altogether --- it is
39+
a matter of implementation quality how garbage collection is
4040
implemented, as long as no objects are collected that are still
4141
reachable. (Implementation note: the current implementation uses a
4242
reference-counting scheme which collects most objects as soon as they

0 commit comments

Comments
 (0)