1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 16:37:47 +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:
Dan Klishch 2024-03-07 23:29:43 -05:00 committed by Andrew Kaster
parent 7ea2138b6c
commit 211d20d389
5 changed files with 7 additions and 7 deletions

View file

@ -65,7 +65,7 @@ class SpecificationParsingContext;
class AlgorithmStep;
class AlgorithmStepList;
class Algorithm;
class SpecFunction;
class SpecificationFunction;
class SpecificationClause;
class Specification;