Skip to content

Commit 9481c40

Browse files
do not escape star (*) in the title of markdown documents
1 parent f4c9248 commit 9481c40

File tree

1 file changed

+1
-1
lines changed
  • docs/4-language-usage/3-dml-and-sql/1-general

1 file changed

+1
-1
lines changed

docs/4-language-usage/3-dml-and-sql/1-general/g-3145.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# G-3145: Avoid using SELECT \* directly from a table or view.
1+
# G-3145: Avoid using SELECT * directly from a table or view.
22

33
!!! warning "Major"
44
Efficiency, Maintainability, Reliability, Testability

0 commit comments

Comments
 (0)