We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47bb533 + 7ffacc7 commit 160410bCopy full SHA for 160410b
jbmc/src/java_bytecode/load_method_by_regex.cpp
@@ -48,7 +48,7 @@ bool does_pattern_miss_descriptor(const std::string &pattern)
48
49
/// Create a lambda that returns the symbols that the given pattern should be
50
/// loaded.If the pattern doesn't include a colon for matching the descriptor,
51
-/// append a `:\(.*\).*` to the regex. Note this will mean all overloaded
+/// append a :\(.*\).* to the regex. Note this will mean all overloaded
52
/// methods will be marked as extra entry points for CI lazy loading.
53
/// If the pattern doesn't include the java:: prefix, prefix that
54
/// \param pattern: The user provided pattern
0 commit comments