Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 577c273

Browse files
authored
Update tutorial.soy (#2631)
Fix typo in tutorial doc.
1 parent b3b2934 commit 577c273

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/learning/tutorial.soy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ pub fn take_payment() {
245245
</pre>{/literal}
246246

247247
<p>
248-
Now we need a build file that defines a build rule to compile this Java code, so we create an <code><a href="rule/rust_binary.html">rust_binary()</a></code> rule in <code>BUCK</code>:
248+
Now we need a build file that defines a build rule to compile this rust code, so we create an <code><a href="rule/rust_binary.html">rust_binary()</a></code> rule in <code>BUCK</code>:
249249
{literal}<pre>
250250
echo "rust_binary(
251251
name = 'restaurant',

0 commit comments

Comments
 (0)