Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d568b1f

Browse files
authored
Update annotations.md
1 parent d4ff93d commit d568b1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/userguide/annotations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ create or replace package test_rooms_management is
10891089

10901090

10911091
--%context(remove_rooms_by_name)
1092-
--%description(Remove rooms by name)
1092+
--%displayname(Remove rooms by name)
10931093

10941094
--%test(Removes a room without content in it)
10951095
procedure remove_empty_room;
@@ -1102,7 +1102,7 @@ create or replace package test_rooms_management is
11021102

11031103

11041104
--%context(add_rooms_content)
1105-
--%description(Add content to a room)
1105+
--%displayname(Add content to a room)
11061106

11071107
--%test(Fails when room name is not valid)
11081108
--%throws(no_data_found)

0 commit comments

Comments
 (0)