diff --git a/sdk-api-src/content/winuser/nf-winuser-getclassnamea.md b/sdk-api-src/content/winuser/nf-winuser-getclassnamea.md
index 037e47d1d313..371f5d16cbc4 100644
--- a/sdk-api-src/content/winuser/nf-winuser-getclassnamea.md
+++ b/sdk-api-src/content/winuser/nf-winuser-getclassnamea.md
@@ -85,13 +85,7 @@ The class name string.
Type: int
-The length
-
- of the
- lpClassName buffer, in
-
-
- characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to nMaxCount-1 characters.
+The length of the *lpClassName* buffer, in characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to `nMaxCount-1` characters.
## -returns
diff --git a/sdk-api-src/content/winuser/nf-winuser-getclassnamew.md b/sdk-api-src/content/winuser/nf-winuser-getclassnamew.md
index ecfe77480ec1..21ae495cf320 100644
--- a/sdk-api-src/content/winuser/nf-winuser-getclassnamew.md
+++ b/sdk-api-src/content/winuser/nf-winuser-getclassnamew.md
@@ -85,13 +85,7 @@ The class name string.
Type: int
-The length
-
- of the
- lpClassName buffer, in
-
-
- characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to nMaxCount-1 characters.
+The length of the *lpClassName* buffer, in characters. The buffer must be large enough to include the terminating null character; otherwise, the class name string is truncated to `nMaxCount-1` characters.
## -returns