aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorlogic-finder <83723320+logic-finder@users.noreply.github.com>2021-08-15 23:58:26 +0900
committerGitHub <noreply@github.com>2021-08-15 23:58:26 +0900
commit82725e653b985698e7b11ca48682c86ae78fa1b1 (patch)
treeb5612e2cb1e3a4f9261cd6a390b21c603a825259 /files
parentf93ef19d66b0d692ff171d7bdcb82d98f741544a (diff)
downloadtranslated-content-82725e653b985698e7b11ca48682c86ae78fa1b1.tar.gz
translated-content-82725e653b985698e7b11ca48682c86ae78fa1b1.tar.bz2
translated-content-82725e653b985698e7b11ca48682c86ae78fa1b1.zip
additional modification (#1605)
Diffstat (limited to 'files')
-rw-r--r--files/ko/web/api/baseaudiocontext/createperiodicwave/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ko/web/api/baseaudiocontext/createperiodicwave/index.html b/files/ko/web/api/baseaudiocontext/createperiodicwave/index.html
index ac48d4576c..7cf934a807 100644
--- a/files/ko/web/api/baseaudiocontext/createperiodicwave/index.html
+++ b/files/ko/web/api/baseaudiocontext/createperiodicwave/index.html
@@ -17,7 +17,7 @@ browser-compat: api.BaseAudioContext.createPeriodicWave
<p>{{ domxref("BaseAudioContext") }} 인터페이스의 <code>createPeriodicWave()</code> 메서드는 {{domxref("PeriodicWave")}}를 생성하기 위해 사용되는데, 이는 {{ domxref("OscillatorNode") }}의 출력을 형성하기 위해 사용될 수 있는 주기적인 파형을 정의하기 위해 사용됩니다.</p>
-<h2 id="Syntax">문법</h2>
+<h2 id="Syntax">구문</h2>
<pre
class="brush: js">var wave = <em>AudioContext</em>.createPeriodicWave(<em>real</em>, <em>imag</em>[, <em>constraints</em>]);</pre>
@@ -137,13 +137,13 @@ osc.stop(2);</pre>
<annotation encoding="TeX">\left(a+bi\right)e^{i} , \left(c+di\right)e^{2i} ,
\left(f+gi\right)e^{3i}   </annotation>
</semantics>
- </math>etc.) 양이거나 음일 수 있습니다. 수동으로 이러한 계수들을 얻는 간단한 방법은 (최고의 방법은 아니지만) 그래프 계산기를 사용하는 것입니다.</p>
+ </math> 등) 양이거나 음일 수 있습니다. 수동으로 이러한 계수들을 얻는 간단한 방법은 (최고의 방법은 아니지만) 그래프 계산기를 사용하는 것입니다.</p>
-<h2 id="Specifications">Specifications</h2>
+<h2 id="Specifications">명세</h2>
{{Specifications}}
-<h2 id="Browser_compatibility">Browser compatibility</h2>
+<h2 id="Browser_compatibility">브라우저 호환성</h2>
<p>{{Compat}}</p>