Skip to content

Commit ad56d24

Browse files
trivial fixes
1 parent e1ac4c6 commit ad56d24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mocking_manual.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ CppUTest has support for building mocks. This document describes the mocking sup
1414

1515
The main idea is to make manual mocking easier, rather than to make automated mocks. If manual mocking is easier, then it could also be automated in the future, but that isn't a goal by itself.
1616

17-
## Table of Content
17+
## Table of Contents
1818

1919
* [Simple Scenario](#simple_scenario)
2020
* [Using Objects](#objects)
@@ -414,7 +414,7 @@ When using gdb, get a stack trace using:
414414
r
415415
bt
416416

417-
(r is run, it will run until crashes. bt is back trace which will produce a stack)
417+
(r is run, it will run until it crashes. bt is back trace which will produce a stack)
418418

419419
<a id="mock_scope"> </a>
420420

0 commit comments

Comments
 (0)