Skip to content

Commit 435eb66

Browse files
Small typo fixes
1 parent 99f5ee0 commit 435eb66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/analyze-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ object_id type name pretty_size crc32
216216

217217
## Example: Finding differences between two builds
218218

219-
This is a larger topics, see [Comparing Builds](comparing-builds.md).
219+
This is a large subject, see [Comparing Builds](comparing-builds.md).
220220

221221
## Example: Matching content back to the source asset
222222

Documentation/comparing-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ UnityDataTool.exe analyze -o build1.db .\Build1\
8080
UnityDataTool.exe analyze -o build2.db .\Build2\
8181
```
8282

83-
The [comparebuilds.ps1](../Scripts/comparebuilds.ps1) script is an example power shell script that prints a comparison of each object. In this case the output would be something like this:
83+
The [comparebuilds.ps1](../Scripts/comparebuilds.ps1) script is an example PowerShell script that prints a comparison of each object. In this case the output would be something like this:
8484

8585

8686
```

0 commit comments

Comments
 (0)