Bug 1477837 - Fix typo in comment documentation for function GeckoRuntimeSettings.getDisplayDensityOverride r=jchen

MozReview-Commit-ID: FqdSLvNJVao
This commit is contained in:
Randall Barker 2018-08-08 20:02:53 -07:00
Родитель bbb7acc3c6
Коммит e76d5d449a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -481,7 +481,7 @@ public final class GeckoRuntimeSettings implements Parcelable {
/**
* Gets the display density override value.
*
* @returns Returns a positive number. Will return null if not set.
* @return Returns a positive number. Will return null if not set.
*/
public Float getDisplayDensityOverride() {
if (mDisplayDensityOverride > 0.0f) {