Skip to content

Commit

Permalink
Fix typo in basic (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
meatball133 authored Dec 6, 2024
1 parent 61372ab commit 47ac31b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion concepts/basics/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ NUMBER = 2

### Types

Crystal is a compiled language, meaing every variable or method argument is assigned a type at compile time.
Crystal is a compiled language, meaning every variable or method argument is assigned a type at compile time.
The compiler is capable of inferring the type of a variable or method argument.
However, in some cases, it is necessary to specify the type.
The cases that require a type to be set will be explained in later concepts.
Expand Down
2 changes: 1 addition & 1 deletion concepts/basics/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ NUMBER = 2

### Types

Crystal is a compiled language, meaing every variable or method argument is assigned a type at compile time.
Crystal is a compiled language, meaning every variable or method argument is assigned a type at compile time.
The compiler is capable of inferring the type of a variable or method argument.
However, in some cases, it is necessary to specify the type.
The cases that require a type to be set will be explained in later concepts.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ NUMBER = 2

### Types

Crystal is a compiled language, meaing every variable or method argument is assigned a type at compile time.
Crystal is a compiled language, meaning every variable or method argument is assigned a type at compile time.
The compiler is capable of inferring the type of a variable or method argument.
However, in some cases, it is necessary to specify the type.
The cases that require a type to be set will be explained in later concepts.
Expand Down

0 comments on commit 47ac31b

Please sign in to comment.