Skip to content

Commit 8a55584

Browse files
Merge pull request #63 from sauntimo/patch-1
Suggested more guidance in last section of Terms and Types
2 parents 447d044 + a112531 commit 8a55584

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/scala/scalatutorial/sections/TermsAndTypes.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ object TermsAndTypes extends ScalaTutorialSection {
181181
* = Exercise =
182182
*
183183
* Here are some more methods of standard types. Can you guess what they do?
184+
* If you get stuck, try evaluating each statement in turn in a scala REPL to see what the result is.
184185
*/
185186
def moreMethods(res0: String, res1: Boolean, res2: String): Unit = {
186187
16.toHexString shouldBe res0

0 commit comments

Comments
 (0)