]> gitweb.factorcode.org Git - factor.git/commitdiff
audio.engine: fix docs typo.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 3 Dec 2021 18:49:17 +0000 (10:49 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 3 Dec 2021 18:49:17 +0000 (10:49 -0800)
extra/audio/engine/engine-docs.factor

index df18b432c787d2b4289889177d0170b07fe6de75..186c45becebe04ade6a57fd5d0b1b7f978e5bf1f 100644 (file)
@@ -69,7 +69,7 @@ HELP: audio-distance
 HELP: audio-engine
 { $class-description "Objects of this class encapsulate the state for an active audio engine. Audio processing on an engine can be started and stopped with " { $link start-audio } ", " { $link start-audio* } ", and " { $link stop-audio } ". While running, " { $link update-audio } " must be called on an engine regularly to update source and listener attributes and refill buffers for streaming clips."
 $nl
-"An engine object should be treated as opaque, except for the " { $snippet "listener" } " slot. This slot may be filled with any object implementing the " { $link "audio.engine-listener" } " protocol, which will then be used to control the position, velocity, volume, and other attributes of the lisetener. By default, this slot contains an " { $link audio-listener } " tuple with all the slots set to their initial values." } ;
+"An engine object should be treated as opaque, except for the " { $snippet "listener" } " slot. This slot may be filled with any object implementing the " { $link "audio.engine-listener" } " protocol, which will then be used to control the position, velocity, volume, and other attributes of the listener. By default, this slot contains an " { $link audio-listener } " tuple with all the slots set to their initial values." } ;
 
 HELP: audio-gain
 { $values