Skip to content

Commit

Permalink
Fix grammatical issue in introduction.md (exercism#1412)
Browse files Browse the repository at this point in the history
* Fix grammatical issue in introduction.md

Add missing preposition 'of'.

* Fix typo in the source file

---------

Co-authored-by: Angelika Tyborska <[email protected]>
  • Loading branch information
bbenip and angelikatyborska authored Jan 15, 2024
1 parent c012f17 commit a022927
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion concepts/bit-manipulation/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Elixir supports many functions for working with bits found in the _Bitwise modul
- `bor/2`: bitwise OR
- `bnot/1`: bitwise NOT

Here is an example how to use a bitwise function:
Here is an example of how to use a bitwise function:

```elixir
Bitwise.bsl(1, 3)
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/secrets/.docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Elixir supports many functions for working with bits found in the _Bitwise modul
- `bor/2`: bitwise OR
- `bnot/1`: bitwise NOT

Here is an example how to use a bitwise function:
Here is an example of how to use a bitwise function:

```elixir
Bitwise.bsl(1, 3)
Expand Down

0 comments on commit a022927

Please sign in to comment.