From 1ffa4789adc7cc8699842dacfa14102d275ad7eb Mon Sep 17 00:00:00 2001 From: Nik Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:49:00 +0100 Subject: [PATCH] docs: fix comment --- helix-view/src/register.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-view/src/register.rs b/helix-view/src/register.rs index bf1d360d9..60ca946ed 100644 --- a/helix-view/src/register.rs +++ b/helix-view/src/register.rs @@ -19,7 +19,7 @@ use crate::{ /// * Selection indices (`#`): index number of each selection starting at 1 /// * Selection contents (`.`) /// * 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 (`*`) /// * Primary clipboard (`+`) pub struct Registers {