Skip to content

Commit

Permalink
Move title attribute to icon
Browse files Browse the repository at this point in the history
Per doc team request.

(cherry picked from commit 279a889)
  • Loading branch information
gsmet committed Feb 7, 2024
1 parent 09337f5 commit a33aa54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ final public class Constants {
public static final String DURATION_NOTE_ANCHOR = String.format("duration-note-anchor-{%s}",
SUMMARY_TABLE_ID_VARIABLE);
public static final String MEMORY_SIZE_NOTE_ANCHOR = "memory-size-note-anchor";
public static final String MORE_INFO_ABOUT_TYPE_FORMAT = " link:#%s[icon:question-circle[], title=More information about the %s format]";
public static final String MORE_INFO_ABOUT_TYPE_FORMAT = " link:#%s[icon:question-circle[title=More information about the %s format]]";
public static final String DURATION_INFORMATION = String.format(Constants.MORE_INFO_ABOUT_TYPE_FORMAT,
Constants.DURATION_NOTE_ANCHOR, Duration.class.getSimpleName());
public static final String MEMORY_SIZE_INFORMATION = String.format(Constants.MORE_INFO_ABOUT_TYPE_FORMAT,
Expand Down

0 comments on commit a33aa54

Please sign in to comment.