Skip to content

Commit 1e64ff0

Browse files
author
RoomWithOutRoof
committed
Fix typo: 'default default' -> 'default' in README
Signed-off-by: RoomWithOutRoof <roomwithoutroof@outlook.com>
1 parent 7ee830d commit 1e64ff0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mkdir build
5959
cd build
6060
cmake -G "Visual Studio 15" ..
6161
```
62-
The default default will build for x86. For 64-bit run:
62+
The default will build for x86. For 64-bit run:
6363

6464
```cmd
6565
cmake -G "Visual Studio 15 Win64" ..

0 commit comments

Comments
 (0)