Skip to content

Commit

Permalink
changed comment in about classes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMarinos committed Nov 3, 2011
1 parent 1367468 commit 3cb0fec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FSharpKoans/AboutClasses.fs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ type ``about classes``() =
let result = zombie.Eat "chicken"
AssertEquality result __

//TRY IT: Can you access the let bound value outside of the class?
(* TRY IT: Can you access the let bound value Zombie2.favoriteFood
outside of the class definition? *)

[<Koan>]
member this.ClassesCanHaveReadWriteProperties() =
Expand Down

0 comments on commit 3cb0fec

Please sign in to comment.