diff options
| author | Benoit Germain <benoit.germain@ubisoft.com> | 2026-02-26 11:49:44 +0100 |
|---|---|---|
| committer | Benoit Germain <benoit.germain@ubisoft.com> | 2026-02-26 11:49:44 +0100 |
| commit | 8618ed6497bd8aa138818e0748ea9f86f34f6d11 (patch) | |
| tree | 88a1b9dcf49f92338ba3554b55da951762030ae4 | |
| parent | f4f622c82671dc7cb984f078d25bcb35624267f5 (diff) | |
| download | lanes-8618ed6497bd8aa138818e0748ea9f86f34f6d11.tar.gz lanes-8618ed6497bd8aa138818e0748ea9f86f34f6d11.tar.bz2 lanes-8618ed6497bd8aa138818e0748ea9f86f34f6d11.zip | |
Fix thread_priority_range() documentation error
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index e449c08..9e28f76 100644 --- a/docs/index.html +++ b/docs/index.html | |||
| @@ -986,7 +986,7 @@ | |||
| 986 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"> | 986 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"> |
| 987 | <tr> | 987 | <tr> |
| 988 | <td> | 988 | <td> |
| 989 | <pre> prio_min, prio_max = lanes.thread_priority_range(prio [,"native"])</pre> | 989 | <pre> prio_min, prio_max = lanes.thread_priority_range(["native"])</pre> |
| 990 | <pre> lanes.set_thread_priority(prio [,"native"])</pre> | 990 | <pre> lanes.set_thread_priority(prio [,"native"])</pre> |
| 991 | </td> | 991 | </td> |
| 992 | </tr> | 992 | </tr> |
