Skip to content

Commit 16cd7aa

Browse files
authored
Typo in second example
Made the variable name the same between the two lines of the example, would not work otherwise.
1 parent 7eea63e commit 16cd7aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/Test-TextExtraction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ This example returns the text that's extracted from the email "financial data.ms
4747
### Example 2
4848
```powershell
4949
$content = Test-TextExtraction -FileData (Get-Content -Path '.\finalcial data.msg' -Encoding byte -ReadCount 0)
50-
Test-DataClassification -TestTextExtractionResults $tr.ExtractedResults
50+
Test-DataClassification -TestTextExtractionResults $content.ExtractedResults
5151
```
5252

5353
This example extracts the text from the email "financial data.msg" and returns the sensitive information types, their confidence, and count.

0 commit comments

Comments
 (0)