Skip to content

Commit

Permalink
typo (#1052)
Browse files Browse the repository at this point in the history

Co-authored-by: David Grudl <[email protected]>
  • Loading branch information
buffus and dg committed Aug 11, 2024
1 parent 6c98455 commit 5cd5e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nette/cs/introduction-to-object-oriented-programming.texy
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class Osoba

function vypisInformace()
{
echo "Věk: {$this->age} let\n";
echo "Věk: {$this->vek} let\n";
}
}

Expand Down

0 comments on commit 5cd5e2d

Please sign in to comment.