summaryrefslogtreecommitdiff
path: root/documentation/bubblesort.html
diff options
context:
space:
mode:
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