From 4dbae188d3dada59ab3e70752e6db769bb38c4f5 Mon Sep 17 00:00:00 2001
From: 0xflotus <0xflotus@gmail.com>
Date: Sat, 6 Apr 2019 01:03:49 +0200
Subject: [PATCH] fixed GhidraCodingStandards
---
GhidraDocs/GhidraCodingStandards.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/GhidraDocs/GhidraCodingStandards.html b/GhidraDocs/GhidraCodingStandards.html
index 2a25c128ff..00b9b551d1 100644
--- a/GhidraDocs/GhidraCodingStandards.html
+++ b/GhidraDocs/GhidraCodingStandards.html
@@ -86,7 +86,7 @@
The design pattern of an interface with one or more implementations should use the following naming conventions:
- Foo - The interface should be named the fundamental thing.
- - AbstractFoo - An abstract implementation intended to be used as the base of a hierachy of classes.
+ - AbstractFoo - An abstract implementation intended to be used as the base of a hierarchy of classes.
- DefaultFoo - A "default" implementation that would be appropriate for the majority of use cases.
- {descriptive}Foo - Other implementations should describe what makes them unique.