Skip to content

Commit

Permalink
fix: correct typographical error
Browse files Browse the repository at this point in the history
  • Loading branch information
arceprogramando committed Jan 9, 2025
1 parent ceacc46 commit b4f50b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ identificadores separados por dos puntos dobles (`::`).

Volviendo al listado 7-1, digamos que queremos llamar a la función
`add_to_waitlist` desde la función `eat_at_restaurant` definida en el crate
root. Este es el mismo que preguntar: ¿cuál es la ruta de la función
root. Esto es lo mismo que preguntar: ¿cuál es la ruta de la función
`add_to_waitlist`? El listado 7-3 contiene el listado 7-1 con algunos de los
módulos y funciones removidas.

Expand Down

0 comments on commit b4f50b3

Please sign in to comment.