aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/getting_started/records_macros.xml
diff options
context:
space:
mode:
authorMarcus Arendt <[email protected]>2015-01-07 16:09:03 +0100
committerMarcus Arendt <[email protected]>2015-01-07 16:09:03 +0100
commitaee18f309d41691019fc323bd41c5f78be49953b (patch)
treed399bf53a6281f96ab99663951f43f3ba15a034e /system/doc/getting_started/records_macros.xml
parent96017a2101167b3c890d1ca59fd66daecfd2445e (diff)
parent87cd98eb897c1168d7928764f0140a443be21483 (diff)
downloadotp-aee18f309d41691019fc323bd41c5f78be49953b.tar.gz
otp-aee18f309d41691019fc323bd41c5f78be49953b.tar.bz2
otp-aee18f309d41691019fc323bd41c5f78be49953b.zip
Merge branch 'tombenner/doc_fixes' into maint
* tombenner/doc_fixes: Fix grammar and formatting issues Fix typo ("to use to use") Add a comma after "For example" when appropriate Use colons before <code> when appropriate Move periods inside parenthetical sentences Add an apostrophe to contractions of "let us"
Diffstat (limited to 'system/doc/getting_started/records_macros.xml')
-rw-r--r--system/doc/getting_started/records_macros.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/getting_started/records_macros.xml b/system/doc/getting_started/records_macros.xml
index 76e3d185fb..2922962134 100644
--- a/system/doc/getting_started/records_macros.xml
+++ b/system/doc/getting_started/records_macros.xml
@@ -284,7 +284,7 @@ server_transfer(From, Name, To, Message, User_List) ->
the record is referred to. If you leave out a field when creating
a record, it will get the value of the atom undefined. (*manual*)</p>
<p>Pattern matching with records is very similar to creating
- records. For example inside a <c>case</c> or <c>receive</c>:</p>
+ records. For example, inside a <c>case</c> or <c>receive</c>:</p>
<code type="none">
#message_to{to_name=ToName, message=Message} -></code>
<p>is the same as:</p>