Skip to content

Commit

Permalink
fix mistake in getting started doc in step 6 of Interactive debugging…
Browse files Browse the repository at this point in the history
… section
  • Loading branch information
dalehenrich committed Feb 14, 2015
1 parent 12b53f9 commit b7ebac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ If you are not using auto commit mode, then an explicit commit is needed.*
gemServer := GemServer gemServerNamed: 'example'.
client := gemServer clientClass new.
result := client
submitAndWaitFor: { #scheduleError }
submitAndWaitFor: { #scheduleErrorTask }
gemServer: gemServer.
```

Expand Down

0 comments on commit b7ebac3

Please sign in to comment.