Skip to content

Commit c6fc266

Browse files
authored
mark erroring example in audio docs (#771)
1 parent 76c2ae6 commit c6fc266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/src/defs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3333,7 +3333,7 @@ primitive!(
33333333
/// Currently, only the `wav` format is supported.
33343334
///
33353335
/// This simple example will load an audio file, halve its sample rate, and re-encode it.
3336-
/// ex: ⍜(°audio &frab "test.wav")⊙⊓(⌊÷2|▽0.5)
3336+
/// ex! ⍜(°audio &frab "test.wav")⊙⊓(⌊÷2|▽0.5)
33373337
///
33383338
/// See also: [&ap]
33393339
(3, AudioEncode, Encoding, "audio"),

0 commit comments

Comments
 (0)