]> git.lizzy.rs Git - rust.git/blobdiff - x.ps1
`is_knowable` use `Result` instead of `Option`
[rust.git] / x.ps1
diff --git a/x.ps1 b/x.ps1
index 1225443735f7b14627e2887e9467d954ca5785f1..86cea606591ba088e4643cd4b0bd2d29125d4c72 100755 (executable)
--- a/x.ps1
+++ b/x.ps1
@@ -1,6 +1,6 @@
 #!/usr/bin/env pwsh
 
-# See x.sh for why these scripts exist.
+# See ./x for why these scripts exist.
 
 $xpy = Join-Path $PSScriptRoot x.py
 # Start-Process for some reason splits arguments on spaces. (Isn't powershell supposed to be simpler than bash?)