diff --git a/typo3/sysext/core/Classes/Session/UserSessionManager.php b/typo3/sysext/core/Classes/Session/UserSessionManager.php
index e568fb5bcd92c07eccada6db47006757951f3433..ccdcc4504c7942d2b6921a9d600c58acf0ef4eeb 100644
--- a/typo3/sysext/core/Classes/Session/UserSessionManager.php
+++ b/typo3/sysext/core/Classes/Session/UserSessionManager.php
@@ -36,7 +36,7 @@ use TYPO3\CMS\Core\Utility\GeneralUtility;
  * The UserSessionManager can be retrieved using its static factory method create():
  *
  * ```
- * use TYPO3\CMS\Core\Session\UserSessionManager
+ * use TYPO3\CMS\Core\Session\UserSessionManager;
  *
  * $loginType = 'BE'; // or 'FE' for frontend
  * $userSessionManager = UserSessionManager::create($loginType);