Skip to content

Commit

Permalink
fix: grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arceprogramando committed Feb 10, 2025
1 parent c147201 commit 5909d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch11-01-writing-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ automáticamente por `cargo new`</span>
Por ahora, ignoremos las dos primeras líneas y nos enfoquemos solamente en la
función `it_works()`.
Nota la anotación `#[test]`: este atributo indica que esta es una función de
test, así que el test runner sabe que tratar esta función como un test. También
test, así que el test runner sabe que debe tratar esta función como un test. También
podríamos tener funciones no-test en el módulo `tests` para ayudar a configurar
escenarios comunes o realizar operaciones comunes, así que siempre necesitamos
indicar qué funciones son tests.
Expand Down

0 comments on commit 5909d1e

Please sign in to comment.