From 3dfd7a3a64df92c92cc3a826e3ea2ce95e0e95ae Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Thu, 12 May 2022 20:28:46 +0100 Subject: [PATCH] Add missing backticks around method reference --- docs/ArchitectureLearningJourney.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ArchitectureLearningJourney.md b/docs/ArchitectureLearningJourney.md index 8969a3349..8016b7f88 100644 --- a/docs/ArchitectureLearningJourney.md +++ b/docs/ArchitectureLearningJourney.md @@ -280,7 +280,7 @@ The `FollowingViewModel` exposes `uiState` as a `StateFlow`. T -* List of authors (getAuthorsStream) +* List of authors (`getAuthorsStream`) * List of author IDs which the current user is following * List of topics * List of topic IDs which the current user is following