Skip to content

Commit

Permalink
Fix typo (#5057)
Browse files Browse the repository at this point in the history
  • Loading branch information
jk4e authored Aug 28, 2024
1 parent f0eb9db commit 546b5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sing.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ private:
// How to declare a member function
fn AClass.is_ready() bool
{
// inside a member function, members can be accessed thrugh the
// this keyword and the field selector '.'
// inside a member function, members can be accessed through the
// 'this' keyword and the field selector '.'
return(this.public_var > 10);
}

Expand Down

0 comments on commit 546b5a9

Please sign in to comment.