From f8f5f4d4d4974628dc9388bedb1c51cd30c03f34 Mon Sep 17 00:00:00 2001 From: anticafe <340836+anticafe@users.noreply.github.com> Date: Fri, 13 May 2022 12:37:27 +0700 Subject: [PATCH] Fix the italic style in `Example: Follow a topic` --- 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.