Skip to content

Commit a8a8563

Browse files
Incorrect formatting around command in Readme.md
https://bugs.webkit.org/show_bug.cgi?id=195061 Patch by Gabe Giosia <[email protected]> on 2019-02-26 Reviewed by Fujii Hironori. * ReadMe.md: removed stray period git-svn-id: http://svn.webkit.org/repository/webkit/trunk@242121 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 4a79fc1 commit a8a8563

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2019-02-26 Gabe Giosia <[email protected]>
2+
3+
Incorrect formatting around command in Readme.md
4+
https://bugs.webkit.org/show_bug.cgi?id=195061
5+
6+
Reviewed by Fujii Hironori.
7+
8+
* ReadMe.md: removed stray period
9+
110
2019-02-26 Dominik Infuehr <[email protected]>
211

312
Fix warnings on ARM and MIPS

ReadMe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Without this step, you will see the error message: "`target specifies product ty
8888
Run the following command to build a debug build with debugging symbols and assertions for iOS:
8989

9090
```
91-
Tools/Scripts/build-webkit --debug --ios-simulator.
91+
Tools/Scripts/build-webkit --debug --ios-simulator
9292
```
9393

9494
### Building the GTK+ Port

0 commit comments

Comments
 (0)