From 15b4307cafd93cb9ca3f9f191745f8606d4c22b5 Mon Sep 17 00:00:00 2001 From: Perry Kivolowitz Date: Sat, 18 Jun 2022 17:08:26 -0500 Subject: [PATCH] modified the title of the chapter --- section_2/bitfields/README.md | 2 +- section_2/bitfields/with.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/section_2/bitfields/README.md b/section_2/bitfields/README.md index d0d0c41..c810934 100644 --- a/section_2/bitfields/README.md +++ b/section_2/bitfields/README.md @@ -1,4 +1,4 @@ -# Section 2 / Without Bit Fields +# Section 2 / Bit Fields / Without Bit Fields ## Overview diff --git a/section_2/bitfields/with.md b/section_2/bitfields/with.md index 49d35f5..615e7f0 100644 --- a/section_2/bitfields/with.md +++ b/section_2/bitfields/with.md @@ -1,4 +1,4 @@ -# Section 2 / With Bit Fields +# Section 2 / Bit Fields / With Bit Fields Given how long the previous chapter, describing life without bit fields, was this chapter will be a let down.