Skip to content

Commit 0d37d4b

Browse files
committed
Fix 'readable' playtime lacking spaces
1 parent fbfe5e3 commit 0d37d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Syntax/SteamApi/Containers/BaseContainer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ protected function pluralize($word, $count)
6767
return $word;
6868
}
6969

70-
return $word .'s';
70+
return $word .'s ';
7171
}
7272

7373
/**

0 commit comments

Comments
 (0)