Skip to content

Commit

Permalink
- Fixed typo in buck2 docs
Browse files Browse the repository at this point in the history
Summary: - Fixed typo in buck2 public docs that I noticed while reading

Reviewed By: abashyam

Differential Revision: D53170262

fbshipit-source-id: fc6ea3acd113eed9c7c5b7a8510732d651645119
  • Loading branch information
Sanjay Thakur authored and facebook-github-bot committed Jan 29, 2024
1 parent fc0f2a1 commit bcbc65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/build_target.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ is flexible when parsing build targets on the command-line. Specifically, the
leading `//` is optional on the command line, so the above could be:

```
buck build java/com/facebook/share:share
buck2 build java/com/facebook/share:share
```

Also, if there is a forward slash before the colon, it is ignored, so this could
Expand Down

0 comments on commit bcbc65c

Please sign in to comment.