From c3557978cf0184aaf75c27c309bc87e84fd6ab79 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 29 Nov 2024 14:02:19 +0700 Subject: docs: Reduce typo count (#5671) Co-authored-by: Ellie Hermaszewska --- docs/design/casting.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'docs/design/casting.md') diff --git a/docs/design/casting.md b/docs/design/casting.md index 80c1f149f..6eafea1ac 100644 --- a/docs/design/casting.md +++ b/docs/design/casting.md @@ -146,9 +146,5 @@ The following code shows the change in behavior of 'as' is based on the source * SLANG_ASSERT(as(exprType) == nullptr); // dynamicCast is always the same object returned, so must match - SLANG_ASSERT(dynamcCast(exprType) == exprType); ``` - - - - \ No newline at end of file -- cgit v1.2.3