Skip to content

Commit ace0d8c

Browse files
deploy: 426dbdb
1 parent 454f1f8 commit ace0d8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getting-started/darttutorial/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
information out of it! This example reads the file created by the above example
205205
and prints all the information in it.</p><div class=highlight><pre tabindex=0 style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-dart data-lang=dart><span style=display:flex><span><span style=color:#204a87;font-weight:700>import</span> <span style=color:#4e9a06>&#39;dart:io&#39;</span><span style=color:#000;font-weight:700>;</span>
206206
</span></span><span style=display:flex><span>
207-
</span></span><span style=display:flex><span><span style=color:#204a87;font-weight:700>import</span> <span style=color:#4e9a06>&#39;dart_tutorial/addressbook.pb.dart&#39;</span><span style=color:#000;font-weight:700>;</span>
207+
</span></span><span style=display:flex><span><span style=color:#204a87;font-weight:700>import</span> <span style=color:#a40000>&#39;</span><span style=color:#000>dart_tutorial</span><span style=color:#a40000>/</span><span style=color:#000>addressbook</span><span style=color:#a40000>.</span><span style=color:#000>pb</span><span style=color:#a40000>.</span><span style=color:#000>dart</span><span style=color:#4e9a06>&#39;;</span>
208208
</span></span><span style=display:flex><span><span style=color:#204a87;font-weight:700>import</span> <span style=color:#4e9a06>&#39;dart_tutorial/addressbook.pbenum.dart&#39;</span><span style=color:#000;font-weight:700>;</span>
209209
</span></span><span style=display:flex><span>
210210
</span></span><span style=display:flex><span><span style=color:#8f5902;font-style:italic>// Iterates though all people in the AddressBook and prints info about them.

0 commit comments

Comments
 (0)