Fix missing spaces after periods
This commit is contained in:
parent
24b01e4292
commit
26b4cb07af
1 changed files with 16 additions and 0 deletions
|
|
@ -2074,6 +2074,10 @@
|
|||
{
|
||||
"before": "to,” Grue said. “But",
|
||||
"after": "to,” Grue said, “but"
|
||||
},
|
||||
{
|
||||
"before": "through.We crossed",
|
||||
"after": "through. We crossed"
|
||||
}
|
||||
],
|
||||
"https://parahumans.wordpress.com/2012/09/15/prey-14-4/": [
|
||||
|
|
@ -4145,6 +4149,18 @@
|
|||
"after": "—then maybe we avoid having"
|
||||
}
|
||||
],
|
||||
"https://www.parahumans.net/2018/03/20/shadow-5-7/": [
|
||||
{
|
||||
"before": "her order.Two boxes",
|
||||
"after": "her order. Two boxes"
|
||||
}
|
||||
],
|
||||
"https://www.parahumans.net/2018/07/21/beacon-8-6/": [
|
||||
{
|
||||
"before": "unfolded umbrella.A metal",
|
||||
"after": "unfolded umbrella. A metal"
|
||||
}
|
||||
],
|
||||
"https://www.parahumans.net/2018/05/26/torch-7-4/": [
|
||||
{
|
||||
"before": "<p style=\"text-align: center;\"><a href=\"https://www.parahumans.net/2018/05/26/eclipse-x-1/\"><strong>⊙</strong></a></p>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue