Skip to content

Commit 3322198

Browse files
author
Bob Strahan
committed
Fix typo in Makefile comment
1 parent 40416bf commit 3322198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ typecheck-stats:
103103
basedpyright --stats
104104

105105
# Type check only files changed in current PR/branch
106-
# Usage: make typecheck-pr [TARGET_BRANCH=branch_name]u
106+
# Usage: make typecheck-pr [TARGET_BRANCH=branch_name]
107107
TARGET_BRANCH ?= main
108108
typecheck-pr:
109109
@echo "Type checking changed files against $(TARGET_BRANCH)..."

0 commit comments

Comments
 (0)