소스 검색

Update print example in FAQ (#1772)

The named file does not exist
Dan Sarginson 3 년 전
부모
커밋
3de94947c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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