Skip to content

Commit e2a6eb7

Browse files
authored
Update the guidelines for writing codes (#62)
1 parent a3b97c8 commit e2a6eb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ It could be omitted as the title already says that it is an experimental feature
7777

7878
=== Code
7979

80-
All Neo4j codes follow the syntax `Neo.[Classification].[Type].[Name]`.
81-
The notification codes’ [Classification] is `ClientNotification`.
80+
All Neo4j codes follow the syntax `Neo.[Class].[Subclass].[Name]`.
81+
The notification codes’ [Class] is `ClientNotification`.
8282
Therefore, they all start with `Neo.ClientNotification`.
83-
The [Type] is one of `Statement`, `Procedure`, `Schema`, `Database`, `SECURITY`, or `Request`.
83+
The [Subclass] is one of `Statement`, `Procedure`, `Schema`, `Database`, `Security`, or `Request`.
8484
Code’s [Name] should be specific and explain what this code refers to.
8585

8686
✅Examples:

0 commit comments

Comments
 (0)