Skip to content

Commit 4dc36b5

Browse files
committed
fix(rfc): remove garbled Unicode characters in ASCII diagram
1 parent c631dd0 commit 4dc36b5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rfcs/windows-installer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ The installer replicates the same result as `install.ps1`, implemented in Rust v
251251
│ ┌─ save previous version ── .previous-version (rollback) │
252252
│ │ (only if upgrading existing) │
253253
│ │ │
254-
│ └─ swap current ───────���── mklink /J current → {version} │
254+
│ └─ swap current ───────── mklink /J current → {version} │
255255
│ (junction on Windows, │
256256
│ atomic symlink on Unix) │
257257
└─────────────────────────────────────────────────────────────┘
@@ -273,7 +273,7 @@ The installer replicates the same result as `install.ps1`, implemented in Rust v
273273
│ │ │
274274
│ └─ modify User PATH ────── if --no-modify-path not set: │
275275
│ HKCU\Environment\Path │
276-
│ prepend %VP_HOME%\bin ���
276+
│ prepend %VP_HOME%\bin
277277
│ broadcast WM_SETTINGCHANGE │
278278
└─────────────────────────────────────────────────────────────┘
279279

0 commit comments

Comments
 (0)