From e8d7e45b40b1532c1be0440c4ba23bd7664bc926 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 30 May 2026 10:36:32 +0200 Subject: [PATCH] Fix inconsistency The remarks after the table were inconsistent with the table. I checked what result actually holds and updated the example. --- sdk-api-src/content/pathcch/nf-pathcch-pathcchisroot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk-api-src/content/pathcch/nf-pathcch-pathcchisroot.md b/sdk-api-src/content/pathcch/nf-pathcch-pathcchisroot.md index c7045b3d5bed..d135bb221c2e 100644 --- a/sdk-api-src/content/pathcch/nf-pathcch-pathcchisroot.md +++ b/sdk-api-src/content/pathcch/nf-pathcch-pathcchisroot.md @@ -177,4 +177,4 @@ The following table shows the PathCchIsRoot return value for various path   -This function returns TRUE for paths such as "\", "X:\" or "\\server\share". Paths such as "..\path2" or "\\server\" return FALSE. +This function returns TRUE for paths such as "\", "X:\" or "\\server\share". Paths such as "..\path2" or "\\server\share\" return FALSE.