From: Ben Pfaff Date: Fri, 16 May 2025 02:01:57 +0000 (-0700) Subject: doc fix X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d368abe095e5873521df8870da2633d255e299fe;p=pspp doc fix --- diff --git a/rust/doc/src/spv/light-detail.md b/rust/doc/src/spv/light-detail.md index 16f1ae8f27..441a25f4c6 100644 --- a/rust/doc/src/spv/light-detail.md +++ b/rust/doc/src/spv/light-detail.md @@ -718,7 +718,7 @@ enough explanation, it is usually 01. If `hide-all-labels` is 01, the pivot table omits all labels for the dimension, including group and category labels. It is usually 00. When -`hide-all-labels` is 01, `show-dim-label` is ignored. +`hide-all-labels` is 01, `hide-dim-label` is ignored. `dim-index` is usually the 0-based index of the dimension, e.g. 0 for the first dimension, 1 for the second, and so on. Sometimes it is -1.