diff options
Diffstat (limited to 'bbot/manifest')
-rw-r--r-- | bbot/manifest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/manifest b/bbot/manifest index 218282f..44e2662 100644 --- a/bbot/manifest +++ b/bbot/manifest @@ -131,7 +131,7 @@ namespace bbot // std::string session; - // Challenge and task are absent if session is empty. + // Challenge, result url and task are absent if session is empty. // butl::optional<std::string> challenge; butl::optional<std::string> result_url; |