namhyung / uftrace

Function graph tracer for C/C++/Rust/Python
https://uftrace.github.io/slide/
GNU General Public License v2.0
2.92k stars 419 forks source link

doc: Fix redundant 'the' in readme.md #1931

Open vimkim opened 3 weeks ago

vimkim commented 3 weeks ago

A typo fix proposal for https://github.com/namhyung/uftrace/issues/1930

the compiled the user -> the user-compiled

honggyukim commented 3 weeks ago

Hi @vimkim, your commit message looks something missing as follows.

From 2cdc0eec2218d6cd0a9012ba98e3db1afa8a3d00 Mon Sep 17 00:00:00 2001
From: Daehyun Kim <kimdhyungg@gmail.com>
Date: Mon, 10 Jun 2024 20:50:38 +0900
Subject: [PATCH] docs: fix redundant  in readme.md

Signed-off-by: Daehyun Kim <kimdhyungg@gmail.com>

Maybe you wantted to make it docs: fix redundant "the" in README.md.

You can directly check it at https://github.com/namhyung/uftrace/pull/1931.patch.

vimkim commented 2 weeks ago

Thanks for pointing that out. I mistakenly used backticks (`) to wrap around 'the'. I learned I should never use backticks inside a commit message.