You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/learning/tutorial.soy
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ pub fn take_payment() {
245
245
</pre>{/literal}
246
246
247
247
<p>
248
-
Now we need a build file that defines a build rule to compile this Java code, so we create an <code><ahref="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><ahref="rule/rust_binary.html">rust_binary()</a></code> rule in <code>BUCK</code>:
0 commit comments