瀏覽代碼

LibWeb: Correct AudioBuffer spec link

Jelle Raaijmakers 9 月之前
父節點
當前提交
3df3977ca5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Userland/Libraries/LibWeb/WebAudio/AudioBuffer.h

+ 1 - 1
Userland/Libraries/LibWeb/WebAudio/AudioBuffer.h

@@ -22,7 +22,7 @@ struct AudioBufferOptions {
     float sample_rate {};
 };
 
-// https://webaudio.github.io/web-audio-api/#AudioContext
+// https://webaudio.github.io/web-audio-api/#AudioBuffer
 class AudioBuffer final : public Bindings::PlatformObject {
     WEB_PLATFORM_OBJECT(AudioBuffer, Bindings::PlatformObject);
     JS_DECLARE_ALLOCATOR(AudioBuffer);