Selaa lähdekoodia

Update print example in FAQ (#1772)

The named file does not exist
Dan Sarginson 3 vuotta sitten
vanhempi
sitoutus
3de94947c0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/project/faq.md

+ 1 - 1
docs/project/faq.md

@@ -107,7 +107,7 @@ Yes! A prototype interpreter demo `explorer` can be used to execute simple
 examples. For example:
 
 ```
-$ bazel run //explorer -- ./explorer/testdata/basic_syntax/print.carbon
+$ bazel run //explorer -- ./explorer/testdata/print/format_only.carbon
 ```
 
 Example source files can be found under