Skip to content

Commit

Permalink
Merge pull request #9114 from m1dnight/patch-1
Browse files Browse the repository at this point in the history
Fix documentation in mnesia.erl
  • Loading branch information
dgud authored Nov 27, 2024
2 parents 3e679a5 + 91596b5 commit 9837b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mnesia/src/mnesia.erl
Original file line number Diff line number Diff line change
Expand Up @@ -4158,7 +4158,7 @@ create_table(Arg) ->
-doc """
Create a table.
Creates a Mnesia table called `Name` according to argument `TabDef`. This list
Creates a Mnesia table called `Name` according to argument `Opts`. This list
must be a list of `{Item, Value}` tuples, where the following values are
allowed:
Expand Down

0 comments on commit 9837b7b

Please sign in to comment.