mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:57:35 +00:00
Everywhere: Behaviour => Behavior
This commit is contained in:
parent
55b0b06897
commit
6ad427993a
48 changed files with 120 additions and 120 deletions
|
@ -14,8 +14,8 @@ namespace Reader {
|
|||
|
||||
class CSV : public XSV {
|
||||
public:
|
||||
CSV(StringView source, ParserBehaviour behaviours = default_behaviours())
|
||||
: XSV(source, { ",", "\"", ParserTraits::Repeat }, behaviours)
|
||||
CSV(StringView source, ParserBehavior behaviors = default_behaviors())
|
||||
: XSV(source, { ",", "\"", ParserTraits::Repeat }, behaviors)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue