Skip to content

Commit a015182

Browse files
MarkusMarkus
authored andcommitted
Changed page-index to 1 for a better structured navbar
1 parent 33fe90d commit a015182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: FAQ
44
permalink: /faq/
55
icon: fa-question
6-
page-index: 2
6+
page-index: 1
77
---
88

99
### Q1: What is the difference between State and Strategy patterns? {#Q1}
@@ -64,4 +64,4 @@ Flyweight.
6464

6565
### Q7: What are the differences between FluentInterface and Builder patterns? {#Q7}
6666

67-
Fluent interfaces are sometimes confused with the Builder pattern, because they share method chaining and a fluent usage. However, fluent interfaces are not primarily used to create shared (mutable) objects, but to configure complex objects without having to respecify the target object on every property change.
67+
Fluent interfaces are sometimes confused with the Builder pattern, because they share method chaining and a fluent usage. However, fluent interfaces are not primarily used to create shared (mutable) objects, but to configure complex objects without having to respecify the target object on every property change.

0 commit comments

Comments
 (0)