aboutsummaryrefslogtreecommitdiff
path: root/files/ko
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko')
-rw-r--r--files/ko/web/html/element/var/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ko/web/html/element/var/index.html b/files/ko/web/html/element/var/index.html
index 6610ebb916..ef2541a570 100644
--- a/files/ko/web/html/element/var/index.html
+++ b/files/ko/web/html/element/var/index.html
@@ -79,11 +79,11 @@ translation_of: Web/HTML/Element/var
<p><code>&lt;var&gt;</code>를 사용해 수학 등식의 변수명을 나타내는 간단한 예제입니다.</p>
-<pre>&lt;p&gt;간단한 등식:
- &lt;var&gt;x&lt;/var&gt; = &lt;var&gt;y&lt;/var&gt; + 2&lt;/p&gt;
+<pre class="brush: html"><p>A simple equation:
+ <var>x</var> = <var>y</var> + 2 </p>
</pre>
-<p>{{EmbedLiveSample("Basic_example", 650,80)}}</p>
+<p>{{EmbedLiveSample("기본_예제", 650, 80)}}</p>
<h2 id="명세">명세</h2>