Skip to content

Commit f2e1393

Browse files
Update docs/code-search/queries/examples.mdx
Co-authored-by: Keegan Carruthers-Smith <[email protected]>
1 parent 307ac55 commit f2e1393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-search/queries/examples.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ Regex searches are also useful when searching boundaries that are not delimited
110110
[Finding css classes with word boundary regex](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/sourcegraph/+%5Cbbtn-secondary%5Cb&patternType=regexp)
111111

112112
```sgquery
113-
repo:^github\.com/.*$ \bbtn-secondary\b
113+
repo:^github\.com/sourcegraph/ \bbtn-secondary\b
114114
```

0 commit comments

Comments
 (0)