From 4eefd2f2106bdc9c13832de538343e2d7bcf9ca6 Mon Sep 17 00:00:00 2001 From: Robin Newman Date: Mon, 17 Jul 2017 21:23:12 +0100 Subject: [PATCH] Correct 2 typos --- app/server/sonicpi/lib/sonicpi/lang/core.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/server/sonicpi/lib/sonicpi/lang/core.rb b/app/server/sonicpi/lib/sonicpi/lang/core.rb index 898b9ccf16..f973ca9515 100644 --- a/app/server/sonicpi/lib/sonicpi/lang/core.rb +++ b/app/server/sonicpi/lib/sonicpi/lang/core.rb @@ -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: ["