Skip to content

Commit

Permalink
Deploying to gh-pages from @ 0a54bb0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Adda0 committed Jul 12, 2024
1 parent 665e1da commit ea060c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion introduction.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <h3>Using the library<a class="headerlink" href="#using-the-library" title="Link
</pre></div>
</div>
<p>You can verify the state of your automaton by generating the automaton in <code class="docutils literal notranslate"><span class="pre">.dot</span></code> format.</p>
<div class="highlight-cpp notranslate"><div class="highlight"><pre><span></span><span class="w"> </span><span class="n">aut</span><span class="p">.</span><span class="n">print_to_DOT</span><span class="p">(</span><span class="n">std</span><span class="o">::</span><span class="n">cout</span><span class="p">);</span>
<div class="highlight-cpp notranslate"><div class="highlight"><pre><span></span><span class="w"> </span><span class="n">aut</span><span class="p">.</span><span class="n">print_to_dot</span><span class="p">(</span><span class="n">std</span><span class="o">::</span><span class="n">cout</span><span class="p">);</span>

<span class="w"> </span><span class="k">return</span><span class="w"> </span><span class="mi">0</span><span class="p">;</span>
<span class="p">}</span>
Expand Down

0 comments on commit ea060c9

Please sign in to comment.