Bläddra i källkod

Update print example in FAQ (#1772)

The named file does not exist
Dan Sarginson 3 år sedan
förälder
incheckning
3de94947c0
1 ändrade filer med 1 tillägg och 1 borttagningar
  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