Skip to content

Commit

Permalink
Merge pull request #8426 from dgud/dgud/mnesia/doc-fixes
Browse files Browse the repository at this point in the history
Fix mnesia doc after new doc system
  • Loading branch information
dgud committed Apr 29, 2024
2 parents 396a7cb + 67723b5 commit 599fca3
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 263 deletions.
2 changes: 1 addition & 1 deletion lib/mnesia/doc/guides/mnesia_chap4.md
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@ tables, they are synonyms for other tables. When the end of the table is
reached, the special key `'$end_of_table'` is returned.
If records are written and deleted during the traversal, use the function
[mnesia:foldl/3](`m:mnesia#foldl`) or [mnesia:foldr/3](`m:mnesia#foldr`) with a
[mnesia:foldl/3](`m:mnesia#foldl/3`) or [mnesia:foldr/3](`m:mnesia#foldr/3`) with a
`write` lock. Or the function `mnesia:write_lock_table/1` when using `first` and
`next`.
Expand Down

0 comments on commit 599fca3

Please sign in to comment.