Skip to content

Commit be51be2

Browse files
committed
fix: translation error
Signed-off-by: ItsNeil17 <neil@willofsteel.me>
1 parent 9f33c06 commit be51be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/es-ES/guides/java-basics/09-string.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ String message = "¡Bienvenido a Hytale!";
1515
String empty = "";
1616
```
1717

18-
<Callout type="aviso" title="Los Strings son Inmutables">
18+
<Callout type="warning" title="Los Strings son Inmutables">
1919
Una vez declarado un String **NO se puede alterar** Una vez declarado un String **NO se puede alterar** ¡Los métodos que aparentan modificar un String realmente crean una nueva!
2020

2121
```java

0 commit comments

Comments
 (0)