mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:37:46 +00:00
JSSpecCompiler: Rename SpecFunction to SpecificationFunction
Over time, I converged on not abbreviating "specification". But this class (and SpecParsingStep) predated the decision.
This commit is contained in:
parent
7ea2138b6c
commit
211d20d389
5 changed files with 7 additions and 7 deletions
|
@ -15,9 +15,9 @@ set(SOURCES
|
|||
Parser/AlgorithmStepList.cpp
|
||||
Parser/CppASTConverter.cpp
|
||||
Parser/Lexer.cpp
|
||||
Parser/SpecFunction.cpp
|
||||
Parser/Specification.cpp
|
||||
Parser/SpecificationClause.cpp
|
||||
Parser/SpecificationFunction.cpp
|
||||
Parser/SpecificationParsingContext.cpp
|
||||
Parser/SpecParsingStep.cpp
|
||||
Parser/TextParser.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue