Documentation fixes based on code review.

This commit is contained in:
Henrik Ingo
2017-10-09 09:30:11 +03:00
parent f3d193d636
commit 8c12757b96
3 changed files with 41 additions and 7 deletions

View File

@@ -83,11 +83,11 @@ Putting all of the above together, a skeleton library file will look like:
var instanceVar = {};
// LIBRARY FUNCTIONS
var libararyFunction1 = function () {
var libraryFunction1 = function () {
/* ... */
};
var libararyFunction2 = function () {
var libraryFunction2 = function () {
/* ... */
};