summaryrefslogtreecommitdiffhomepage
path: root/dev/CompilerKit/StringKit.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/CompilerKit/StringKit.h')
-rw-r--r--dev/CompilerKit/StringKit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/CompilerKit/StringKit.h b/dev/CompilerKit/StringKit.h
index fce1e04..422d163 100644
--- a/dev/CompilerKit/StringKit.h
+++ b/dev/CompilerKit/StringKit.h
@@ -80,7 +80,7 @@ struct StringBuilder final {
static BOOL Equals(const char* lhs, const char* rhs);
};
-using BasicStringOr = ErrorOr<BasicString>;
+using BasicStringOr = ErrorOr<BasicString>;
using BasicStringPtr = BasicString*;
using BasicStringRef = Ref<BasicString>;
} // namespace CompilerKit