summaryrefslogtreecommitdiff
path: root/documentation/bubblesort.html
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 12:53:39 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-08 12:53:39 +0100
commit2e6efbd587e88be19b0c8f34d1597448125e23cf (patch)
tree026a8c94ddcd215de9be2be0541e54140770fd00 /documentation/bubblesort.html
parent5b93d44d2a05b3648ec13ae1f076e224d63287d5 (diff)
fixed small typos in documentation, and added article about calling functions
Diffstat (limited to 'documentation/bubblesort.html')
-rw-r--r--documentation/bubblesort.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/bubblesort.html b/documentation/bubblesort.html
index 2c94652..3125b6e 100644
--- a/documentation/bubblesort.html
+++ b/documentation/bubblesort.html
@@ -17,7 +17,7 @@
*
* This function takes an unsorted array as input, sorts it, and returns
* the output. It only uses normal PHP operations, and does not rely on
- * any builtin PHP functions or on functions from extensions
+ * any built-in PHP functions or on functions from extensions
*
* @param array An unsorted array of integers
* @return array A sorted array