We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20d3f1 commit 49fc6e0Copy full SHA for 49fc6e0
src/smart-pointers/rc.md
@@ -24,13 +24,13 @@ pointers and the value:
24
25
```bob
26
Stack Heap
27
-.- - - - - - - -. .- - - - - - - - - - - - - - - - -.
28
-: : : :
29
-: +-----+ : : +-----------+-------------+ :
30
-: a: | o---|---:--+--:-->| count: 2 | value: 10 | :
31
-: +-----+ : | : +-----------+-------------+ :
32
-: b: | o---|---:--+ : :
33
-: +-----+ : `- - - - - - - - - - - - - - - - -'
+.- - - - - - - -. .- - - - - - - - - - - - - - - - - - - - -.
+: : : :
+: +-----+ : : +-----------+---------+-----------+ :
+: a: | o---|---:--+--:-->| strong: 2 | weak: 0 | value: 10 | :
+: +-----+ : | : +-----------+---------+-----------+ :
+: b: | o---|---:--+ : :
+: +-----+ : `- - - - - - - - - - - - - - - - - - - - -'
34
: :
35
`- - - - - - - -'
36
```
0 commit comments