Skip to content

Commit

Permalink
Correct 2 typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rbnpi authored Jul 17, 2017
1 parent d29f03b commit 4eefd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/server/sonicpi/lib/sonicpi/lang/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ def get(*args)
doc name: :get,
introduced: Version.new(3,0,0),
summary: "Get information from the Time State",
doc: "Retreive information from Time State set prior to the current time from either the current or any other thread. If called multiple times will always return the same value unless a call to `sleep`, `sync`, `set` or `cue` is interleved. Also, calls to `get` will always return the same value across Runs for determinstic behaviour - which means you may safely use it in your compositions for repeatable music.
doc: "Retrieve information from Time State set prior to the current time from either the current or any other thread. If called multiple times will always return the same value unless a call to `sleep`, `sync`, `set` or `cue` is interleved. Also, calls to `get` will always return the same value across Runs for determinstic behaviour - which means you may safely use it in your compositions for repeatable music.
May be used within a `time_warp` to retreive past events. If in a time warp, `get` can not be called from a future position. Does not advance time.",
May be used within a `time_warp` to retrieve past events. If in a time warp, `get` can not be called from a future position. Does not advance time.",
args: [[:time_state_key, :default]],
accepts_block: false,
examples: ["
Expand Down

0 comments on commit 4eefd2f

Please sign in to comment.