summaryrefslogtreecommitdiffhomepage
path: root/source
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-08 05:02:09 -0500
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-08 05:02:09 -0500
commitb149d9d511c3f4f8d70c83572a5d56a7986da2a3 (patch)
treec08c4320019f42123f07580b504823806a8fd1df /source
parent2834e23727a693e289202f7f86af6c84923af71a (diff)
chore: update code snippets, (WG02)
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'source')
-rw-r--r--source/wg02/wg02.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/wg02/wg02.tex b/source/wg02/wg02.tex
index 715102a..c0f9479 100644
--- a/source/wg02/wg02.tex
+++ b/source/wg02/wg02.tex
@@ -60,7 +60,7 @@
{The following sample is C++ code.} {The smaller the value, the more critical the process.}
\begin{lstlisting}
-enum class AffinityKind : Int32 {
+enum struct AffinityKind : Int32 {
kRealTime = 100,
kVeryHigh = 150,
kHigh = 200,