You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/doc/en/4.1.-Coding-Text.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ _____________
81
81
82
82
_update code_text set seltext = (select substr(source.fulltext, code_text.pos0 + 1, code_text.pos1-code_text.pos0) from source where code_text.fid=source.id)_
83
83
84
-
Another altearnative is to upgrade to 3.8.2 from 3.8, delete all the incorrect Regex and run the regex again.
84
+
Another alternative is to upgrade to 3.8.2 from 3.8, delete all the incorrect Regex and run the regex again.
0 commit comments