From 95b1f52e21149b8f22e324685441b43d560603ca Mon Sep 17 00:00:00 2001 From: WidgetMidget <67565373+WidgetMidget@users.noreply.github.com> Date: Thu, 22 Apr 2021 19:46:54 +0200 Subject: [PATCH] Added a little "The" after the solution title, because I was dumb and forgot to add it earlier. --- Cloning-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cloning-notes.md b/Cloning-notes.md index a4ebb77..86b2687 100644 --- a/Cloning-notes.md +++ b/Cloning-notes.md @@ -16,7 +16,7 @@ This is a pretty powerful approach, but it also carries a hidden assumption that Now, I'm starting to learn about [Bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell)) and would like to create notes related to this topic. But now I'm facing a problem of where to "categorize" this. The issue here is that Bash is both a programming language and a tool (shell) very much tied into Linux. It seems it belongs to both of these, I can't (and don't want to) choose one over the other. ## Solution -Solution to the problem shown above is to allow notes to have multiple parents. +The solution to the problem shown above is to allow notes to have multiple parents. I call these "clones", but that is a bit misleading - there's no original and cloned note - the notes in both of the parents categories are identical.