docs: fix comment

pull/12887/head
Nik Revenco 2025-06-06 11:49:00 +01:00
parent fbd0c3c601
commit 1ffa4789ad
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ use crate::{
/// * Selection indices (`#`): index number of each selection starting at 1 /// * Selection indices (`#`): index number of each selection starting at 1
/// * Selection contents (`.`) /// * Selection contents (`.`)
/// * Relative document path (`%`): filename of the current buffer, relative to Helix's current working directory /// * Relative document path (`%`): filename of the current buffer, relative to Helix's current working directory
/// * Absolute document path (`%`): absolute path of the current buffer /// * Absolute document path (`=`): absolute path of the current buffer
/// * System clipboard (`*`) /// * System clipboard (`*`)
/// * Primary clipboard (`+`) /// * Primary clipboard (`+`)
pub struct Registers { pub struct Registers {