You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/es-ES/guides/java-basics/09-string.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ String message = "¡Bienvenido a Hytale!";
15
15
String empty ="";
16
16
```
17
17
18
-
<Callouttype="aviso"title="Los Strings son Inmutables">
18
+
<Callouttype="warning"title="Los Strings son Inmutables">
19
19
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!
0 commit comments