aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2026-02-26 11:49:44 +0100
committerBenoit Germain <benoit.germain@ubisoft.com>2026-02-26 11:49:44 +0100
commit8618ed6497bd8aa138818e0748ea9f86f34f6d11 (patch)
tree88a1b9dcf49f92338ba3554b55da951762030ae4
parentf4f622c82671dc7cb984f078d25bcb35624267f5 (diff)
downloadlanes-8618ed6497bd8aa138818e0748ea9f86f34f6d11.tar.gz
lanes-8618ed6497bd8aa138818e0748ea9f86f34f6d11.tar.bz2
lanes-8618ed6497bd8aa138818e0748ea9f86f34f6d11.zip
Fix thread_priority_range() documentation error
-rw-r--r--docs/index.html2
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>