Skip to content

Commit 7d00440

Browse files
committed
Renamed lecture into error handling
1 parent 2966aaf commit 7d00440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/optional.md renamed to lectures/error_handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ std::expected<std::string, std::string> GetAnswerFromLlm(const std::string& ques
333333
This has all the benefits we mentioned before:
334334

335335
- The signature of our function clearly states that it might fail
336-
- The error if it happens needs to be dealt explicitly by the caller
336+
- The error if it happens needs to be dealt with explicitly by the caller
337337
- Everything happens in deterministic time with no RTTI overhead
338338
- World for functions returning `void` too
339339

0 commit comments

Comments
 (0)