From e22abd38b282ec5e9390417a412d14c2ac51d969 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Thu, 12 May 2022 20:25:50 +0100 Subject: [PATCH] Fix broken italic markdown styling in ArchitectureLearningJourney.md --- docs/ArchitectureLearningJourney.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ArchitectureLearningJourney.md b/docs/ArchitectureLearningJourney.md index 8969a3349..263c66cf2 100644 --- a/docs/ArchitectureLearningJourney.md +++ b/docs/ArchitectureLearningJourney.md @@ -176,7 +176,7 @@ Whenever the list of authors changes (for example, when a new author is added), To write data, the repository provides suspend functions. It is up to the caller to ensure that their execution is suitably scoped. -_Example: Follow a topic _ +_Example: Follow a topic_ Simply call `TopicsRepository.setFollowedTopicId` with the ID of the topic which the user wishes to follow.