From 9d831d3ecde895c9b2f38cebc6eea1b0196ad04d Mon Sep 17 00:00:00 2001 From: Clxud Date: Fri, 3 Mar 2023 17:11:02 +0000 Subject: [PATCH] typo --- docs/hdi/queue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hdi/queue.md b/docs/hdi/queue.md index fb0f0fc..884b094 100644 --- a/docs/hdi/queue.md +++ b/docs/hdi/queue.md @@ -217,7 +217,7 @@ Queue.jump(item=) :::{important} -Your `Track` object must be in the queue if you want to remove it. Make sure you follow [](queue.md#getting-a-track-from-the-queue) before running this function. +Your `Track` object must be in the queue if you want to jump to it. Make sure you follow [](queue.md#getting-a-track-from-the-queue) before running this function. :::