Skip to content

Conversation

sarayourfriend
Copy link
Contributor

Hello, again! 🙂

I found a few more typos while working through the rest of getting started after #13800.

These docs were great, I enjoyed reading them to be introduced to Elixir. Nice work!

Fix missing `s` for plural noun.

Add backticks to `ExUnit` for consistency with other references of the same.
@@ -200,7 +200,7 @@ It is exactly this supervision system that makes constructs like `try/catch` and

## After

Sometimes it's necessary to ensure that a resource is cleaned up after some action that could potentially raise an error. The `try/after` construct allows you to do that. For example, we can open a file and use an `after` clause to close it -- even if something goes wrong:
Sometimes it's necessary to ensure that a resource is cleaned up after some action that could potentially raise an error. The `try/after` construct allows you to do that. For example, we can open a file and use an `after` clause to close iteven if something goes wrong:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The replacement character is an emdash, which won't be visible in the regular diff. The rich text diff makes this clearer, though.

@josevalim josevalim merged commit 00f2662 into elixir-lang:main Aug 31, 2024
@josevalim
Copy link
Member

💚 💙 💜 💛 ❤️

@sarayourfriend sarayourfriend deleted the patch-1 branch August 31, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants