Skip to content

Commit 92c9fb1

Browse files
committed
fix typo and add url
1 parent af158ce commit 92c9fb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ALEXTMap.uplugin

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Description": "Microsoft's ALEX is a ML-enhanced range index, similar in functionality to a B+ Tree. This plugin provides a near drop-in replacement for TMap that incorporates ALEX.",
77
"Category": "Other",
88
"CreatedBy": "Mark J. Grikis (@MarkJGx), Microsoft (https://github.com/microsoft/ALEX)",
9-
"CreatedByURL": "",
9+
"CreatedByURL": "https://github.com/MarkJGx/ALEXTMap",
1010
"DocsURL": "",
1111
"MarketplaceURL": "",
1212
"SupportURL": "",

Source/ALEXTMap/Public/Containers/AlexMap.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "alex.h"
66
#include "Containers/Map.h"
77

8-
// Notes: Originally I wanted to inherit from TMapBase and override everything that touches the Pair set, that's a really hacky solution but it's the best solution to ensure compatability with every other container.
8+
// Notes: Originally I wanted to inherit from TMapBase and override everything that touches the Pair set, that's a really hacky solution but it's the best solution to ensure compatibility with every other container.
99
// TODO replace with std::allocator with UE4 TSetAllocator
1010

1111
/*

0 commit comments

Comments
 (0)