Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smithy-automation committed Sep 4, 2024
1 parent 1debbba commit bf18fc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 2.0/_sources/tutorials/full-stack-tutorial.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ of coffee-related structures:
namespace com.example
/// A enum describing the types of coffees available
/// An enum describing the types of coffees available
enum CoffeeType {
DRIP
POUR_OVER
Expand Down Expand Up @@ -417,7 +417,7 @@ Run the build:
smithy build
The build will should fail for the following reason:
The build should fail for the following reason:

.. code-block:: text
:caption: ``failure message``
Expand Down
4 changes: 2 additions & 2 deletions 2.0/tutorials/full-stack-tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ <h3>Modeling data<a class="headerlink" href="#modeling-data" title="Permalink to

<span class="kd">namespace </span><span class="nc">com.example</span>

<span class="c">/// A enum describing the types of coffees available</span>
<span class="c">/// An enum describing the types of coffees available</span>
<span class="kd">enum </span><span class="nc">CoffeeType</span><span class="w"> </span>{
<span class="w"> </span><span class="vc">DRIP</span>
<span class="w"> </span><span class="vc">POUR_OVER</span>
Expand Down Expand Up @@ -763,7 +763,7 @@ <h2>Generating the server SDK<a class="headerlink" href="#generating-the-server-
</pre></div>
</div>
</div>
<p>The build will should fail for the following reason:</p>
<p>The build should fail for the following reason:</p>
<div class="literal-block-wrapper docutils container" id="id17">
<div class="code-block-caption"><span class="caption-text"><code class="docutils literal notranslate"><span class="pre">failure</span> <span class="pre">message</span></code></span><a class="headerlink" href="#id17" title="Permalink to this code">#</a></div>
<div class="highlight-text notranslate"><div class="highlight"><pre><span></span>Projection source failed: software.amazon.smithy.codegen.core.CodegenException:
Expand Down

0 comments on commit bf18fc6

Please sign in to comment.