Skip to content

Commit a5fd425

Browse files
authored
Merge pull request #74 from Tcode-Motion/fix-doc-comment-635104281233305802
🧹 Fix misleading inline documentation comment in migrate_syntax.py
2 parents e6a7180 + a66dd82 commit a5fd425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/migrate_syntax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
(r'std\.io\.println\((.+?)\)', r'say \1', 0),
3535
(r'std\.io\.print\((.+?)\)', r'say \1', 0),
3636

37-
# ── std.xxx.yyy() calls → module.yyy() ─────────────────────────────────
37+
# ── std.xxx → module ─────────────────────────────────────────
3838
(r'std\.math\.', r'math.', 0),
3939
(r'std\.strings\.', r'string.', 0),
4040
(r'std\.fs\.', r'file.', 0),

0 commit comments

Comments
 (0)