publish slices, tweak surrounding

This commit is contained in:
Mark McGranaghan
2012-10-10 21:53:00 -07:00
parent 4549dbcaca
commit c489746ec7
8 changed files with 111 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
// [Timers](timers) are for when you want to do
// something once in the future - tickers are for when you
// want to do something repeatedly at regular intervals.
// Here's an example of a ticker that ticks periodically
// until we stop it.
// something once in the future - _tickers_ are for when
// you want to do something repeatedly at regular
// intervals. Here's an example of a ticker that ticks
// periodically until we stop it.
package main