Skip to content

Commit

Permalink
Fixes #2124: Chapel API reference broken link (#2125)
Browse files Browse the repository at this point in the history
This PR (fixes #2124) updates one of the docstrings to avoid breaking `chpldoc`

Co-authored-by: Pierce Hayes <pierce314159@users.noreply.github.com>
  • Loading branch information
stress-tess and Pierce Hayes committed Feb 8, 2023
1 parent cefaa93 commit 5909302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MultiTypeSymEntry.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5909302

Please sign in to comment.