diff options
author | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-08 07:05:00 -0700 |
---|---|---|
committer | Boris Verkhovskiy <boris.verk@gmail.com> | 2024-04-08 07:05:00 -0700 |
commit | 52efd27986c78e7a3d78a2c2b82c186d66eec10f (patch) | |
tree | 752b6a2e607c1f1b8d4cd9d7150d7eb0d830d698 /ro-ro | |
parent | 82e62882163c5804fb4ad629ebcb58f363052bf7 (diff) |
[elixir/ro] add missing comment
Diffstat (limited to 'ro-ro')
-rw-r--r-- | ro-ro/elixir-ro.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ro-ro/elixir-ro.html.markdown b/ro-ro/elixir-ro.html.markdown index a7242e64..2c05fd27 100644 --- a/ro-ro/elixir-ro.html.markdown +++ b/ro-ro/elixir-ro.html.markdown @@ -157,7 +157,7 @@ nil && 20 #=> nil # număr < atom < referință < funcție < port < proces < tuple < listă < șir de caractere # Cităm pe Joe Armstrong în acest caz: "Ordinea actuală nu e importantă, -dar că ordinea totală este bine definită este important." +# dar că ordinea totală este bine definită este important." ## --------------------------- ## -- Ordinea execuției |