Skip to content

Commit c04170d

Browse files
authored
Update serialization.md
1 parent 27c1af0 commit c04170d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/how_to/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [How to Serialize Traces for Storage](@id how_to_serialize)
22

3-
For emphemeral storage, `Serialization.jl` works well. For long term storage, however, you will likely run into issues serializing function pointers (recall `Trace`s may contain function pointers). For this, you can try the experiemental [`GenSerialization.jl`](https://github.com/probcomp/GenSerialization.jl).
3+
For emphemeral storage, `Serialization.jl` works well. For long term storage, however, you will likely run into issues serializing function pointers (recall `Trace`s may contain function pointers). For this, you can try the experimental [`GenSerialization.jl`](https://github.com/probcomp/GenSerialization.jl).
44

55

66
An example:

0 commit comments

Comments
 (0)