Skip to content

Commit

Permalink
Missing bracket.
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Less authored Nov 6, 2023
1 parent 9ce061b commit aa58f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YSI_Server/y_decorator/quick-start.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Introduction

This library makes one aspect of writing ["decorators" (aka "annotations"](https://github.com/pawn-lang/YSI-Includes/blob/5.x/annotations.md) simpler. This gives compile-time analysis of function parameter types and provides them to your decorator automatically. For more advanced analysis you should use [code-parse.inc](https://github.com/Y-Less/code-parse.inc), which this library uses underneath.
This library makes one aspect of writing ["decorators" (aka "annotations")](https://github.com/pawn-lang/YSI-Includes/blob/5.x/annotations.md) simpler. This gives compile-time analysis of function parameter types and provides them to your decorator automatically. For more advanced analysis you should use [code-parse.inc](https://github.com/Y-Less/code-parse.inc), which this library uses underneath.

### Example 1

Expand Down

0 comments on commit aa58f6f

Please sign in to comment.