Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerwosolek committed Mar 9, 2024
1 parent ff21599 commit e8d5667
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Hint

For this exercise you will need to implement a simple S3 class via its constrctor, generic method and dispatch to class method. If you are not familiar with S3, a great starting point is the [chapter on S3](http://adv-r.hadley.nz/s3.html) in Hadley Wickham's book Advanced R.
For this exercise you will need to implement a simple S3 class via its constructor, generic method and dispatch to class method. If you are not familiar with S3, a great starting point is the [chapter on S3](http://adv-r.hadley.nz/s3.html) in Hadley Wickham's book Advanced R.

0 comments on commit e8d5667

Please sign in to comment.