From 8568cd049f05df05c2df8f2215c6888ec28529d1 Mon Sep 17 00:00:00 2001 From: NeveHanter Date: Mon, 26 Dec 2016 21:46:43 +0100 Subject: [PATCH] Removed "less" character from the documentation by the requested opportunity. --- apps/openmw/mwworld/actionteleport.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw/mwworld/actionteleport.hpp b/apps/openmw/mwworld/actionteleport.hpp index ab28d2c962..c582187502 100644 --- a/apps/openmw/mwworld/actionteleport.hpp +++ b/apps/openmw/mwworld/actionteleport.hpp @@ -24,7 +24,7 @@ namespace MWWorld public: - ///< If cellName is empty, an exterior cell is assumed. + /// If cellName is empty, an exterior cell is assumed. /// @param teleportFollowers Whether to teleport any following actors of the target actor as well. ActionTeleport (const std::string& cellName, const ESM::Position& position, bool teleportFollowers);