diff options
author | Derek Brown <[email protected]> | 2014-11-20 13:46:42 -0500 |
---|---|---|
committer | Derek Brown <[email protected]> | 2014-11-20 15:56:42 -0500 |
commit | 069fe15452aa33440aff5e770c169bd3612d7646 (patch) | |
tree | 38e9dfb373fdf898680f1982ba1728dfb1c43f93 /system/doc/efficiency_guide/tablesDatabases.xml | |
parent | 2feb7638d47f2d1012871de3040fa7d50f058e3a (diff) | |
download | otp-069fe15452aa33440aff5e770c169bd3612d7646.tar.gz otp-069fe15452aa33440aff5e770c169bd3612d7646.tar.bz2 otp-069fe15452aa33440aff5e770c169bd3612d7646.zip |
Fix spelling and grammar
Diffstat (limited to 'system/doc/efficiency_guide/tablesDatabases.xml')
-rw-r--r-- | system/doc/efficiency_guide/tablesDatabases.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/efficiency_guide/tablesDatabases.xml b/system/doc/efficiency_guide/tablesDatabases.xml index 5b0df76371..94c921fa1c 100644 --- a/system/doc/efficiency_guide/tablesDatabases.xml +++ b/system/doc/efficiency_guide/tablesDatabases.xml @@ -136,7 +136,7 @@ print_person(PersonId) -> io:format("No person with ID = ~p~n", [PersonID]) end. -%%% Internal functionss +%%% Internal functions print_name(PersonID) -> [Person] = ets:lookup(person, PersonId), io:format("No person ~p~n", [Person#person.name]). |