Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Raxel21 authored and julionc committed Sep 13, 2024
1 parent 982628d commit 04f5a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/mysqli/mysqli_stmt/bind-param.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ $language = 'Bavarian';
$official = "F";
$percent = 11.2;
/* ejecuta sentencias prepradas */
/* ejecuta sentencias preparadas */
$stmt->execute();
printf("%d Fila insertada.\n", $stmt->affected_rows);
Expand Down
2 changes: 1 addition & 1 deletion reference/mysqli/quickstart.xml
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ etiqueta = a (string)
<para>
Este comportamiento difiere de las sentencias no preparadas. Por defecto,
las sentencias no preparadas devolverán todos los resultados como cadenas.
Este comportamiento predeterminado se puede cambiar usand una opción de conexión.
Este comportamiento predeterminado se puede cambiar usando una opción de conexión.
Si se utiliza la opción de conexión no existirán diferencias.
</para>
<para>
Expand Down

0 comments on commit 04f5a4b

Please sign in to comment.