From 9cea6ed03ce7c23de86542d0a589d1115976ee51 Mon Sep 17 00:00:00 2001 From: Mark Date: Sat, 4 Nov 2017 11:40:13 +0100 Subject: [PATCH] Fix documentation comment. --- planet/System.ocg/Assert.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/planet/System.ocg/Assert.c b/planet/System.ocg/Assert.c index fefb52150..71173dfb7 100644 --- a/planet/System.ocg/Assert.c +++ b/planet/System.ocg/Assert.c @@ -51,11 +51,10 @@ global func AssertObjectContext(string function_name) /* - Throws a fatal error if the . + Throws a fatal error if the tested parameter has a length of 0. Use this if you want to prevent expanding arrays. @par value The value to check. Can be a string or array. - @par index The index that is checked. */ global func AssertNotEmpty(value) {