Skip to content

Commit 434aee6

Browse files
committed
refactored comment
1 parent acebadd commit 434aee6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

XMapLib/VirtualMap.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ namespace sds::Utilities
99
using ScanCodeType = unsigned short;
1010
using VirtualKeyType = unsigned int;
1111
using PrintableType = char;
12-
/// <summary>
13-
/// Utility function to map a Virtual Keycode to a char
14-
/// </summary>
12+
/// <summary>Utility function to map a Virtual Keycode to a char</summary>
1513
/// <returns>printable char value or 0 on error</returns>
1614
[[nodiscard]] static PrintableType GetCharFromVK(const VirtualKeyType vk) noexcept
1715
{

0 commit comments

Comments
 (0)