Skip to content

Commit 6263b21

Browse files
committed
edited
1 parent f08a488 commit 6263b21

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

book/chapters/10/chapter.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ tienen el mismo valor.
5353
----
5454
# a = 1
5555
# b = "elixir"
56-
# c = "cinf1085"
57-
{a, b, c} = {1, "elixir", "cinf1085"}
56+
# c = "ninjas"
57+
{a, b, c} = {1, "elixir", "ninjas"}
5858
----
5959

6060
*Enlaces*

docs/book.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5119,8 +5119,8 @@ del tipo <literal>x = a + 1</literal>. Es decir que estamos diciendo que <litera
51195119
tienen el mismo valor.</simpara>
51205120
<programlisting language="elixir" linenumbering="numbered"># a = 1
51215121
# b = "elixir"
5122-
# c = "cinf1085"
5123-
{a, b, c} = {1, "elixir", "cinf1085"}</programlisting>
5122+
# c = "ninjas"
5123+
{a, b, c} = {1, "elixir", "ninjas"}</programlisting>
51245124
<simpara><emphasis role="strong">Enlaces</emphasis></simpara>
51255125
<itemizedlist>
51265126
<listitem>
@@ -5440,4 +5440,4 @@ Las más conocidas son <emphasis>Kafka</emphasis> o <emphasis>RabbitMQ</emphasis
54405440
<title>Índice</title>
54415441

54425442
</index>
5443-
</book>
5443+
</book>

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7505,8 +7505,8 @@ <h3 id="_pattern_matching">11.3. Pattern Matching</h3>
75057505
<div class="content">
75067506
<pre class="highlightjs highlight"><code class="language-elixir hljs" data-lang="elixir"># a = 1
75077507
# b = "elixir"
7508-
# c = "cinf1085"
7509-
{a, b, c} = {1, "elixir", "cinf1085"}</code></pre>
7508+
# c = "ninjas"
7509+
{a, b, c} = {1, "elixir", "ninjas"}</code></pre>
75107510
</div>
75117511
</div>
75127512
<div class="paragraph">
@@ -8014,4 +8014,4 @@ <h2 id="_índice">Índice</h2>
80148014
</script>
80158015
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script>
80168016
</body>
8017-
</html>
8017+
</html>

0 commit comments

Comments
 (0)