Skip to content

Commit

Permalink
Minor grammar fix in introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NateEag committed Apr 24, 2024
1 parent 7cad83a commit 19429c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/booleans/introduction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Introduction

Booleans in C# are represented by the `bool` type, which values can be either `true` or `false`.
Booleans in C# are represented by the `bool` type, whose values can be either `true` or `false`.

C# supports three boolean operators: `!` (NOT), `&&` (AND), and `||` (OR).

0 comments on commit 19429c0

Please sign in to comment.