Skip to content

Commit 2ca92a2

Browse files
authored
Fix link to Serialization context doc section
1 parent 780616f commit 2ca92a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ops.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ For generating an abstract tree that includes opcodes, see [docs/qast.markdown](
362362
* [atomicstore `moar`](#atomicstore-moar)
363363
* [atomicstore_i `moar`](#atomicstore_i-moar)
364364
* [barrierfull `moar`](#barrierfull-moar)
365-
- [Serialization context]
365+
- [Serialization context](#-serialization-context)
366366
* [createsc](#createsc)
367367
* [scsetdesc](#scsetdesc)
368368
* [scgetdesc](#scgetdesc)
@@ -3100,7 +3100,7 @@ is, with appropriate barriering to ensure the changed value is "published").
31003100

31013101
Performs a full memory barrier.
31023102

3103-
# Serialization context
3103+
# <a id="serialization-context"></a> Serialization context
31043104
Abbreviated as SC.
31053105
You probably don't need any of these. When creating a new language and possibly a new World class, you will inherit serialization code that use these opcodes.
31063106
For test examples, see [t/serialization/](https://github.com/perl6/nqp/tree/master/t/serialization)

0 commit comments

Comments
 (0)