mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 03:51:18 +00:00
Typo fixes (#2457)
* fix typos in comments and strings * fix typos in symbols (and some comments/strings) * fix typos in releasenotes.md --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>
This commit is contained in:
@@ -82,8 +82,8 @@ fn void qsort(Type list, isz low, isz high, CmpFn cmp, Context context)
|
||||
}
|
||||
|
||||
<*
|
||||
@require low <= k : "kth smalles element is smaller than lower bounds"
|
||||
@require k <= high : "kth smalles element is larger than upper bounds"
|
||||
@require low <= k : "kth smallest element is smaller than lower bounds"
|
||||
@require k <= high : "kth smallest element is larger than upper bounds"
|
||||
*>
|
||||
fn ElementType? qselect(Type list, isz low, isz high, isz k, CmpFn cmp, Context context)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user