mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
Everywhere: Behaviour => Behavior
This commit is contained in:
parent
55b0b06897
commit
6ad427993a
48 changed files with 120 additions and 120 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <AK/StringView.h>
|
||||
#include <AK/Trie.h>
|
||||
|
||||
TEST_CASE(normal_behaviour)
|
||||
TEST_CASE(normal_behavior)
|
||||
{
|
||||
Trie<char, String> dictionary('/', "");
|
||||
constexpr StringView data[] { "test", "example", "foo", "foobar" };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue