JS: Fix indentation

This commit is contained in:
Esben Sparre Andreasen
2018-10-26 15:19:43 +02:00
parent cbc2d9e257
commit 2565b35c3d

View File

@@ -12,11 +12,11 @@ string capitalize(string s) {
result = s.charAt(0).toUpperCase() + s.suffix(1)
}
/**
* Gets the pluralization for `n` occurrences of `noun`.
*
* For example, the pluralization of `"function"` for `n = 2` is `"functions"`.
*/
/**
* Gets the pluralization for `n` occurrences of `noun`.
*
* For example, the pluralization of `"function"` for `n = 2` is `"functions"`.
*/
bindingset[noun, n]
string pluralize(string noun, int n) {
if n = 1 then