Skip to content

Commit a70dc57

Browse files
committed
Note remplaced with ⚠️
1 parent b1ad906 commit a70dc57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.es_ES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Guía para la codificación homogenea en proyectos que requieran el uso del leng
7474
| Espacio después | `,` `:` `not` |
7575
| Espacios&#160;alrededor | `*` `/` `+` `-` `++` `--` `<>` `in` `not in` `\|>` `<<<` `>>>` `~>>` `<<~` `~>` `<~` `<~>` `<\|>` `<` `>` `<=` `>=` `==` `!=` `=~` `===` `!==` `&&` `&&&` `and` `\|\|` `\|\|\|` `or` `=` `=>` `::` `when` `<-` `\\` |
7676

77-
> Nota: Los operadores `+` `-` están sobrecargados, y existen con aridad 1 y 2. Cuando se utilizan el operador unario, no se usan espacios. Cuando se utiliza el operador binario, se colocan espacios al rededor de este.
77+
> ⚠️ Los operadores `+` `-` están sobrecargados, y existen con aridad 1 y 2. Cuando se utilizan el operador unario, no se usan espacios. Cuando se utiliza el operador binario, se colocan espacios al rededor de este.
7878

7979
```elixir
8080
# No recomendado

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Guide for homogeneous coding in projects that require the use of the [Elixir](ht
7474
| Space&#160;after | `,` `:` `not` |
7575
| Spaces&#160;around | `*` `/` `+` `-` `++` `--` `<>` `in` `not in` `\|>` `<<<` `>>>` `~>>` `<<~` `~>` `<~` `<~>` `<\|>` `<` `>` `<=` `>=` `==` `!=` `=~` `===` `!==` `&&` `&&&` `and` `\|\|` `\|\|\|` `or` `=` `=>` `::` `when` `<-` `\\` |
7676
77-
> Note: The operators `+` `-` are overloaded, they exist with one-arity and two-arity. When used with one-arity, no spaces are required. When are used with two-arity, spaces are placed around the operator.
77+
> ⚠️ The operators `+` `-` are overloaded, they exist with one-arity and two-arity. When used with one-arity, no spaces are required. When are used with two-arity, spaces are placed around the operator.
7878
7979
```elixir
8080
# Not preferred

0 commit comments

Comments
 (0)