From aae6f24356f5d5c501bf06d6b781579c877b8cbf Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 31 Jul 2020 12:06:33 +0200 Subject: [PATCH] Fix docblock --- js/src/forum/components/DiscussionPage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/forum/components/DiscussionPage.js b/js/src/forum/components/DiscussionPage.js index fe8ad4bf4..8d51ca7c8 100644 --- a/js/src/forum/components/DiscussionPage.js +++ b/js/src/forum/components/DiscussionPage.js @@ -28,7 +28,7 @@ export default class DiscussionPage extends Page { /** * The number of the first post that is currently visible in the viewport. * - * @type {Integer} + * @type {number} */ this.near = m.route.param('near') || 0;