From 5dd956871785a5b04903d6da85109c9e1052a8a8 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 2 Sep 2023 09:32:48 -0700 Subject: Fix typos in documentation --- lldb/docs/use/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/docs') diff --git a/lldb/docs/use/tutorial.rst b/lldb/docs/use/tutorial.rst index ef268ff..85dc173 100644 --- a/lldb/docs/use/tutorial.rst +++ b/lldb/docs/use/tutorial.rst @@ -360,7 +360,7 @@ That is better, but suffers from the problem that when new breakpoints get added, they don't pick up these modifications, and the options only exist in the context of actual breakpoints, so they are hard to store & reuse. -A even better solution is to make a fully configured breakpoint name: +An even better solution is to make a fully configured breakpoint name: :: -- cgit v1.1