From 5909302199747490954ab548f4955b710d2ad6fe Mon Sep 17 00:00:00 2001 From: pierce <48131946+pierce314159@users.noreply.github.com> Date: Wed, 8 Feb 2023 07:46:30 -0500 Subject: [PATCH] Fixes #2124: Chapel API reference broken link (#2125) This PR (fixes #2124) updates one of the docstrings to avoid breaking `chpldoc` Co-authored-by: Pierce Hayes --- src/MultiTypeSymEntry.chpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MultiTypeSymEntry.chpl b/src/MultiTypeSymEntry.chpl index c91bb8f7b7..2cde1fb735 100644 --- a/src/MultiTypeSymEntry.chpl +++ b/src/MultiTypeSymEntry.chpl @@ -324,7 +324,7 @@ module MultiTypeSymEntry } } - /** + /* Base class for any entry that consists of multiple SymEntries that have varying types. These entries are related, but do not represent a single object. For Example, group by contains multiple SymEntries that are all considered part of the dataset.