Skip to content

Commit 2e1e364

Browse files
committed
docs(ADB): specify txt for version sample
1 parent 9dac3a6 commit 2e1e364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/adb.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ impl ACommand {
117117
/// ## Format
118118
/// This is just a sample,
119119
/// we don't know which guarantees are stable (yet):
120-
/// ```
120+
/// ```txt
121121
/// Android Debug Bridge version 1.0.41
122122
/// Version 34.0.5-debian
123123
/// Installed as /usr/lib/android-sdk/platform-tools/adb
124124
/// Running on Linux 6.12.12-amd64 (x86_64)
125125
/// ```
126126
///
127127
/// The expected format should be like:
128-
/// ```
128+
/// ```txt
129129
/// Android Debug Bridge version <num>.<num>.<num>
130130
/// Version <num>.<num>.<num>-<no spaces>
131131
/// Installed as <ANDROID_SDK_HOME>/platform-tools/adb<optional extension>

0 commit comments

Comments
 (0)