mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
docs: Fix typo in directory module description (#163)
This commit is contained in:
committed by
Matan Kushner
parent
6c62c427ea
commit
5ad07bf2d9
@@ -8,7 +8,7 @@ use super::{Context, Module};
|
|||||||
///
|
///
|
||||||
/// Will perform path contraction and truncation.
|
/// Will perform path contraction and truncation.
|
||||||
/// **Contraction**
|
/// **Contraction**
|
||||||
/// - Paths begining with the home directory will be contracted to `~`
|
/// - Paths beginning with the home directory will be contracted to `~`
|
||||||
/// - Paths containing a git repo will contract to begin at the repo root
|
/// - Paths containing a git repo will contract to begin at the repo root
|
||||||
///
|
///
|
||||||
/// **Truncation**
|
/// **Truncation**
|
||||||
|
|||||||
Reference in New Issue
Block a user