diff --git a/getting-started/basic-operators.markdown b/getting-started/basic-operators.markdown index 09ca99abb..c297f9c28 100644 --- a/getting-started/basic-operators.markdown +++ b/getting-started/basic-operators.markdown @@ -107,7 +107,7 @@ true The reason we can compare different data types is pragmatism. Sorting algorithms don't need to worry about different data types in order to sort. The overall sorting order is defined below: - number < atom < reference < functions < port < pid < tuple < maps < list < bitstring + number < atom < reference < function < port < pid < tuple < map < list < bitstring You don't actually need to memorize this ordering, but it is important just to know an order exists.