Update what-is.ps1

This commit is contained in:
Markus Fleschutz
2023-07-20 14:22:15 +02:00
parent 1a1fa1ab50
commit 5944ebe2ec
26 changed files with 29 additions and 29 deletions

View File

@ -25,7 +25,7 @@ try {
foreach($Row in $Table) {
if ($Row.ABBR -eq $abbr) {
$Basename = (Get-Item "$File").Basename -Replace "_"," "
"💡 $($Row.ABBR) in $Basename refers to: $($Row.TERM)"
"💡 $($Row.ABBR) in $Basename refers to: $($Row.MEANING)"
$Matches++
}
}