Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #59

Merged
merged 1 commit into from
Apr 22, 2023
Merged

Fix typos #59

merged 1 commit into from
Apr 22, 2023

Conversation

DeltaF1
Copy link
Contributor

@DeltaF1 DeltaF1 commented Apr 22, 2023

  • bussiness -> business
  • The text for resizeArray implies it returns an Option but the declaration above it just returned a plain Pointer[T]. This might not be relevant anymore since it seems to be out of sync with the actual code
  • Fix mismatching variable names in file handle example. handle => handle is confusing but the destructuring syntax seems to enforce it. See Describe destructuring in the spec #50

- bussiness -> business
- Fix mismatching variable names in file handle example. `handle =>
  handle` is confusing but the destructuring syntax seems to enforce it.
  See austral#50
@eudoxia0
Copy link
Member

Thanks!

@eudoxia0 eudoxia0 self-assigned this Apr 22, 2023
@eudoxia0 eudoxia0 added the bug Something isn't working label Apr 22, 2023
@eudoxia0 eudoxia0 merged commit 2da2410 into austral:master Apr 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants